Html Css Color HEX #A20ADD Dark Violet

📋 copy color: '#A20ADD'

red 162 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #A20ADD

Tints of Dark Violet #A20ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 41.22%
G = 2.54%
B = 56.23%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A20ADD (or 0xA20ADD) is known color: Dark Violet. HEX triplet: A2, 0A and DD. RGB value is (162,10,221). Sum of RGB (Red+Green+Blue) = 162+10+221=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #A20ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ADD is #5DF522. Grayscale: #4E4E4E. Windows color (decimal): -6157603 or 14486178. OLE color: 14486178.

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

Color convert

RGB 162 10 221 -
CMYK 0.27 0.95 0 0.13
HSL 283.22º 0.91% 0.45% -
HSV(B) 283.22º 0.95% 0.87% -
XYZ 28.06 13.12 69.46 -
YUV 79.5 207.86 186.84 -
System Red Green Blue C M Y K H S L
Decimal 162 10 221 0.27 0.95 0 0.13 283.22 0.91 0.45
Hex A2 A DD 1B 5F 0 D 11B 5B 2D
Octal 242 12 335 33 137 0 15 433 133 55
Binary 10100010 1010 11011101 11011 1011111 0 1101 100011011 1011011 101101

Color Harmonies of #A20ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20ADD

Black with #A20ADD

Text Example


Text Example

White with #A20ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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