#A111BA

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

Shades of Dark Violet #A111BA

Tints of Dark Violet #A111BA

Color information

#A111BA (or 0xA111BA) is unknown color: approx Dark Violet. HEX triplet: A1, 11 and BA. RGB value is (161,17,186). Sum of RGB (Red+Green+Blue) = 161+17+186=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #A111BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111BA is #5EEE45. Grayscale: #4E4E4E. Windows color (decimal): -6221382 or 12194209. OLE color: 12194209.

HSL color Cylindrical-coordinate representation of color #A111BA: hue angle of 291.12º 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 #A111BA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16117186-
CMYK0.130.9100.27
HSL291.12º83.25%39.8%-
HSV(B)291.12º90.86%72.94%-
XYZ23.7611.5247.43-
YUV79.32188.21186.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 17 (7.03% from 255) = 4.67%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=44.23%
G=4.67%
B=51.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161171860.130.9100.27291.1283.2539.8
HexA111BAD5B01B1235328
Octal241212721513303344312350
Binary101000011000110111010110110110110110111001000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A111BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A111BA; }

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

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

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

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

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

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

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

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