#A211B2

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

Shades of Dark Violet #A211B2

Tints of Dark Violet #A211B2

Color information

#A211B2 (or 0xA211B2) is unknown color: approx Dark Violet. HEX triplet: A2, 11 and B2. RGB value is (162,17,178). Sum of RGB (Red+Green+Blue) = 162+17+178=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #A211B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A211B2 is #5DEE4D. Grayscale: #4E4E4E. Windows color (decimal): -6155854 or 11669922. OLE color: 11669922.

HSL color Cylindrical-coordinate representation of color #A211B2: hue angle of 294.04º 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 #A211B2 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16217178-
CMYK0.090.9000.30
HSL294.04º82.56%38.24%-
HSV(B)294.04º90.45%69.8%-
XYZ23.1411.343.08-
YUV78.71184.04187.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 17 (7.03% from 255) = 4.76%
BLUE value IS 178 (69.92% from 255) = 49.86%
R=45.38%
G=4.76%
B=49.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162171780.090.9000.30294.0482.5638.24
HexA211B295A01E1265326
Octal242212621113203644612346
Binary101000101000110110010100110110100111101001001101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A211B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A211B2; }

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

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

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

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

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

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

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

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