#A20ABA

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

Shades of Dark Violet #A20ABA

Tints of Dark Violet #A20ABA

Color information

#A20ABA (or 0xA20ABA) is unknown color: approx Dark Violet. HEX triplet: A2, 0A and BA. RGB value is (162,10,186). Sum of RGB (Red+Green+Blue) = 162+10+186=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #A20ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ABA is #5DF545. Grayscale: #4A4A4A. Windows color (decimal): -6157638 or 12192418. OLE color: 12192418.

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

Color convert

RGB16210186-
CMYK0.130.9500.27
HSL291.82º89.8%38.43%-
HSV(B)291.82º94.62%72.94%-
XYZ23.8711.4447.41-
YUV75.51190.36189.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=45.25%
G=2.79%
B=51.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162101860.130.9500.27291.8289.838.43
HexA2ABAD5F01B1245a26
Octal242122721513703344413246
Binary10100010101010111010110110111110110111001001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20ABA; }

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

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

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

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

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

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

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

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