#A811C5

Color #A811C5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A811C5

Tints of Dark Violet #A811C5

Color information

#A811C5 (or 0xA811C5) is unknown color: approx Dark Violet. HEX triplet: A8, 11 and C5. RGB value is (168,17,197). Sum of RGB (Red+Green+Blue) = 168+17+197=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #A811C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811C5 is #57EE3A. Grayscale: #525252. Windows color (decimal): -5762619 or 12915112. OLE color: 12915112.

HSL color Cylindrical-coordinate representation of color #A811C5: hue angle of 290.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811C5 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16817197-
CMYK0.150.9100.23
HSL290.33º84.11%41.96%-
HSV(B)290.33º91.37%77.25%-
XYZ26.4312.7653.89-
YUV82.67192.53188.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 17 (7.03% from 255) = 4.45%
BLUE value IS 197 (77.34% from 255) = 51.57%
R=43.98%
G=4.45%
B=51.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168171970.150.9100.23290.3384.1141.96
HexA811C5F5B017122542a
Octal250213051713302744212452
Binary101010001000111000101111110110110101111001000101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A811C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A811C5; }

 p { color: rgb(168,17,197); }

 H1.HeaderClassName
 {
   color: #A811C5;
 }
 .AnyTagClassName
 {
   color: #A811C5;
 }
</style>
background-color css

<style>
 a { background-color: #A811C5; }

 a { background-color: rgb(168,17,197); }

 div.DivClassName
 {
   background-color: #A811C5;
 }
 .BgClassName
 {
   background-color: #A811C5;
 }
</style>
border-color css

<style>
 span { border-color: #A811C5; }

 span { border-color: rgb(168,17,197); }

 td.TdClassName
 {
   border-color: #A811C5;
 }
 .TagClassName
 {
   border-color: #A811C5;
 }
</style>