#A111B2

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

Shades of Dark Violet #A111B2

Tints of Dark Violet #A111B2

Color information

#A111B2 (or 0xA111B2) is unknown color: approx Dark Violet. HEX triplet: A1, 11 and B2. RGB value is (161,17,178). Sum of RGB (Red+Green+Blue) = 161+17+178=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #A111B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A111B2 is #5EEE4D. Grayscale: #4D4D4D. Windows color (decimal): -6221390 or 11669921. OLE color: 11669921.

HSL color Cylindrical-coordinate representation of color #A111B2: hue angle of 293.66º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A111B2 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16117178-
CMYK0.100.9000.30
HSL293.66º82.56%38.24%-
HSV(B)293.66º90.45%69.8%-
XYZ22.9311.1943.07-
YUV78.41184.21186.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 17 (7.03% from 255) = 4.78%
BLUE value IS 178 (69.92% from 255) = 50%
R=45.22%
G=4.78%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161171780.100.9000.30293.6682.5638.24
HexA111B2A5A01E1265326
Octal241212621213203644612346
Binary101000011000110110010101010110100111101001001101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A111B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A111B2; }

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

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

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

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

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

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

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

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