Html Css Color HEX #A20AB8 Dark Violet

📋 copy color: '#A20AB8'

red 162 ◦ green 10 ◦ blue 184

#A20AB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A20AB8

Tints of Dark Violet #A20AB8

RGB

 RED value IS 162 (63.67% from 255) = 45.51%

 GREEN value IS 10 (4.3% from 255) = 2.81%

 BLUE value IS 184 (72.27% from 255) = 51.69%

R = 45.51%
G = 2.81%
B = 51.69%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A20AB8 (or 0xA20AB8) is known color: Dark Violet. HEX triplet: A2, 0A and B8. RGB value is (162,10,184). Sum of RGB (Red+Green+Blue) = 162+10+184=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #A20AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AB8 is #5DF547. Grayscale: #4A4A4A. Windows color (decimal): -6157640 or 12061346. OLE color: 12061346.

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

Color convert

RGB 162 10 184 -
CMYK 0.12 0.95 0 0.28
HSL 292.41º 0.9% 0.38% -
HSV(B) 292.41º 0.95% 0.72% -
XYZ 23.66 11.36 46.29 -
YUV 75.28 189.36 189.85 -
System Red Green Blue C M Y K H S L
Decimal 162 10 184 0.12 0.95 0 0.28 292.41 0.9 0.38
Hex A2 A B8 C 5F 0 1C 124 5A 26
Octal 242 12 270 14 137 0 34 444 132 46
Binary 10100010 1010 10111000 1100 1011111 0 11100 100100100 1011010 100110

Color Harmonies of #A20AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20AB8

Black with #A20AB8

Text Example


Text Example

White with #A20AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20AB8; }

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

 H1.HeaderClassName
 {
   color: #A20AB8;
 }
 .AnyTagClassName
 {
   color: #A20AB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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