Html Css Color HEX #A20AE0 Dark Violet

📋 copy color: '#A20AE0'

red 162 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #A20AE0

Tints of Dark Violet #A20AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56.57%

R = 40.91%
G = 2.53%
B = 56.57%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A20AE0 (or 0xA20AE0) is known color: Dark Violet. HEX triplet: A2, 0A and E0. RGB value is (162,10,224). Sum of RGB (Red+Green+Blue) = 162+10+224=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #A20AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AE0 is #5DF51F. Grayscale: #4F4F4F. Windows color (decimal): -6157600 or 14682786. OLE color: 14682786.

HSL color Cylindrical-coordinate representation of color #A20AE0: hue angle of 282.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20AE0 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 10 224 -
CMYK 0.28 0.96 0 0.12
HSL 282.62º 0.91% 0.46% -
HSV(B) 282.62º 0.96% 0.88% -
XYZ 28.46 13.28 71.58 -
YUV 79.84 209.36 186.6 -
System Red Green Blue C M Y K H S L
Decimal 162 10 224 0.28 0.96 0 0.12 282.62 0.91 0.46
Hex A2 A E0 1C 60 0 C 11B 5B 2E
Octal 242 12 340 34 140 0 14 433 133 56
Binary 10100010 1010 11100000 11100 1100000 0 1100 100011011 1011011 101110

Color Harmonies of #A20AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20AE0

Black with #A20AE0

Text Example


Text Example

White with #A20AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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