COLOR #A653BC

HEX: #A653BC RGB: (166,83,188)

Color info

#A653BC contains mainly red and blue colors. Web safe color of #A653BC is #9966CC (or #96C).

RGB color model

#A653BC color RGB value is (166,83,188).

RGB: (166,83,188) (65%, 33%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 83 of 255 = 33%
B 188 of 255 = 74%

166
83
188

R + G + B ~ 57%. #A653BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 83 + 188 = 437 (100%)
R 166 of 437 ~ 37.99%
G 83 of 437 ~ 18.99%
B 188 of 437 ~ 43.02'%

%37.99
%18.99
%43.02

CMYK color model

#A653BC color CMYK value is (12,56,0,26).

  • cyan value is 11.70%
  • magenta value is 55.85%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (12,56,0,26) C12M56Y0K26 (12%,56%,0%,26%) (0.12/0.56/0.00/0.26) 

CMYK percentages

%11.7
%55.85
%0
%26.27

Codes

Color #A653BC in popluar color models

A6 53 BC
RGB 166 83 188
HSL 287° 43.93% 53.14%
HSB/HSV 287° 55.85% 73.73%
CMYK 11.70% 55.85% 0.00%
26.27%

Color #A653BC in popluar number systems.

HEX A6 53 BC
Decimal 166 83 188
Binary 10100110 1010011 10111100
Octal 246 123 274

Shades and tints

Shades of #A653BC

#A653BC
(166,83,188)
#974CAB
(151,76,171)
#88459A
(136,69,154)
#793E89
(121,62,137)
#6A3778
(106,55,120)
#5B3067
(91,48,103)
#4C2956
(76,41,86)
#3D2245
(61,34,69)
#2E1B34
(46,27,52)
#1F1423
(31,20,35)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #A653BC

#A653BC
(166,83,188)
#AE62C2
(174,98,194)
#B671C8
(182,113,200)
#BE80CE
(190,128,206)
#C68FD4
(198,143,212)
#CE9EDA
(206,158,218)
#D6ADE0
(214,173,224)
#DEBCE6
(222,188,230)
#E6CBEC
(230,203,236)
#EEDAF2
(238,218,242)
#F6E9F8
(246,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A653BC color. Also use rgb(166,83,188) instead hex code.

Text Font Color

.myTextColor { color: #A653BC; }

<p style="color:#A653BC">This sample text font color is #A653BC.</p>

This text font color is #A653BC.

Background Color

.myBgColor { background-color: #A653BC; }

<div style="background-color:#A653BC">Inner text</div>

This div background color is #A653BC.

Border color

.myBorderColor { border: 1px solid #A653BC; }

<div style="border:3px solid #A653BC">Div</div>

This div border color is #A653BC.

Opacity

.myOpacity80 { color: #A653BC; opacity: 0.8; }

<p style="color:#A653BC;opacity:0.8;">80%</p>

Text with #A653BC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A653BC;}

<p style="text-shadow: 3px 3px 1px #A653BC">Text here.</p>

This text has shadow with #A653BC color.


.textShadow {text-shadow: 3px 3px 1px #A653BC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A653BC, 5px 5px 20px red">Text here.</p>

This text has shadow with #A653BC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A653BC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A653BC, Direction=45, Strength=4)">Text</p>

This text has shadow with #A653BC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A653BC;
-webkit-box-shadow: 1px 1px 3px 2px #A653BC;
box-shadow: 1px 1px 3px 2px #A653BC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A653BC; -webkit-box-shadow: 1px 1px 3px 2px #A653BC; box-shadow:1px 1px 3px 2px #A653BC;">
Div content here
</div>

This div box has shadow with color #A653BC.

Preview

Color preview on black background

This text has color #A653BC on black background.


Color preview on white background

This text has color #A653BC on white background.


Black color preview on #A653BC background

This text has black color on #A653BC background.


White color preview on #A653BC background

This text has white color on #A653BC background.


Related colors

Complementary color

Complementary color for #hex is #59AC43.


I love getcolorcode.com

Triadic colors

1 #BCA653 and #53BCA6 with #A653BC are triadic colors.

2 #BC53A6 and #53A6BC with #A653BC are triadic colors.