#A811BA

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

Shades of Dark Violet #A811BA

Tints of Dark Violet #A811BA

Color information

#A811BA (or 0xA811BA) is unknown color: approx Dark Violet. HEX triplet: A8, 11 and BA. RGB value is (168,17,186). Sum of RGB (Red+Green+Blue) = 168+17+186=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A811BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811BA is #57EE45. Grayscale: #505050. Windows color (decimal): -5762630 or 12194216. OLE color: 12194216.

HSL color Cylindrical-coordinate representation of color #A811BA: hue angle of 293.61º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811BA is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16817186-
CMYK0.100.9100.27
HSL293.61º83.25%39.8%-
HSV(B)293.61º90.86%72.94%-
XYZ25.2112.2747.49-
YUV81.41187.03189.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 17 (7.03% from 255) = 4.58%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=45.28%
G=4.58%
B=50.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168171860.100.9100.27293.6183.2539.8
HexA811BAA5B01B1265328
Octal250212721213303344612350
Binary101010001000110111010101010110110110111001001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A811BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A811BA; }

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

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

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

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

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

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

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

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