#A214B6

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

Shades of Dark Violet #A214B6

Tints of Dark Violet #A214B6

Color information

#A214B6 (or 0xA214B6) is unknown color: approx Dark Violet. HEX triplet: A2, 14 and B6. RGB value is (162,20,182). Sum of RGB (Red+Green+Blue) = 162+20+182=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #A214B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A214B6 is #5DEB49. Grayscale: #505050. Windows color (decimal): -6155082 or 11932834. OLE color: 11932834.

HSL color Cylindrical-coordinate representation of color #A214B6: hue angle of 292.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A214B6 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16220182-
CMYK0.110.8900.29
HSL292.59º80.2%39.61%-
HSV(B)292.59º89.01%71.37%-
XYZ23.5911.5645.24-
YUV80.93185.04185.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 20 (8.20% from 255) = 5.49%
BLUE value IS 182 (71.48% from 255) = 50%
R=44.51%
G=5.49%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162201820.110.8900.29292.5980.239.61
HexA214B6B5901D1255028
Octal242242661313103544512050
Binary101000101010010110110101110110010111011001001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A214B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A214B6; }

 p { color: rgb(162,20,182); }

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

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

 a { background-color: rgb(162,20,182); }

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

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

 span { border-color: rgb(162,20,182); }

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