#A811BF

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

Shades of Dark Violet #A811BF

Tints of Dark Violet #A811BF

Color information

#A811BF (or 0xA811BF) is unknown color: approx Dark Violet. HEX triplet: A8, 11 and BF. RGB value is (168,17,191). Sum of RGB (Red+Green+Blue) = 168+17+191=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #A811BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811BF is #57EE40. Grayscale: #515151. Windows color (decimal): -5762625 or 12521896. OLE color: 12521896.

HSL color Cylindrical-coordinate representation of color #A811BF: hue angle of 292.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811BF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16817191-
CMYK0.120.9100.25
HSL292.07º83.65%40.78%-
HSV(B)292.07º91.1%74.9%-
XYZ25.7512.4950.34-
YUV81.98189.53189.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 17 (7.03% from 255) = 4.52%
BLUE value IS 191 (75% from 255) = 50.80%
R=44.68%
G=4.52%
B=50.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168171910.120.9100.25292.0783.6540.78
HexA811BFC5B0191245429
Octal250212771413303144412451
Binary101010001000110111111110010110110110011001001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A811BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A811BF; }

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

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

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

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

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

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

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

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