Html Css Color HEX #A20AC0 Dark Violet

📋 copy color: '#A20AC0'

red 162 ◦ green 10 ◦ blue 192

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

Shades of Dark Violet #A20AC0

Tints of Dark Violet #A20AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.75%

R = 44.51%
G = 2.75%
B = 52.75%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A20AC0 (or 0xA20AC0) is known color: Dark Violet. HEX triplet: A2, 0A and C0. RGB value is (162,10,192). Sum of RGB (Red+Green+Blue) = 162+10+192=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #A20AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AC0 is #5DF53F. Grayscale: #4B4B4B. Windows color (decimal): -6157632 or 12585634. OLE color: 12585634.

HSL color Cylindrical-coordinate representation of color #A20AC0: hue angle of 290.11º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20AC0 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 10 192 -
CMYK 0.16 0.95 0 0.25
HSL 290.11º 0.9% 0.4% -
HSV(B) 290.11º 0.95% 0.75% -
XYZ 24.52 11.7 50.84 -
YUV 76.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 162 10 192 0.16 0.95 0 0.25 290.11 0.9 0.4
Hex A2 A C0 10 5F 0 19 122 5A 28
Octal 242 12 300 20 137 0 31 442 132 50
Binary 10100010 1010 11000000 10000 1011111 0 11001 100100010 1011010 101000

Color Harmonies of #A20AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20AC0

Black with #A20AC0

Text Example


Text Example

White with #A20AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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