#A20AB6

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

Shades of Dark Violet #A20AB6

Tints of Dark Violet #A20AB6

Color information

#A20AB6 (or 0xA20AB6) is unknown color: approx Dark Violet. HEX triplet: A2, 0A and B6. RGB value is (162,10,182). Sum of RGB (Red+Green+Blue) = 162+10+182=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #A20AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AB6 is #5DF549. Grayscale: #4A4A4A. Windows color (decimal): -6157642 or 11930274. OLE color: 11930274.

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

Color convert

RGB16210182-
CMYK0.110.9500.29
HSL293.02º89.58%37.65%-
HSV(B)293.02º94.51%71.37%-
XYZ23.4511.2845.2-
YUV75.06188.36190.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 182 (71.48% from 255) = 51.41%
R=45.76%
G=2.82%
B=51.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162101820.110.9500.29293.0289.5837.65
HexA2AB6B5F01D1255a26
Octal242122661313703544513246
Binary10100010101010110110101110111110111011001001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20AB6; }

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

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

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

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

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

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

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

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