Html Css Color HEX #A20ADB Dark Violet

📋 copy color: '#A20ADB'

red 162 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #A20ADB

Tints of Dark Violet #A20ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 41.43%
G = 2.56%
B = 56.01%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A20ADB (or 0xA20ADB) is known color: Dark Violet. HEX triplet: A2, 0A and DB. RGB value is (162,10,219). Sum of RGB (Red+Green+Blue) = 162+10+219=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #A20ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ADB is #5DF524. Grayscale: #4E4E4E. Windows color (decimal): -6157605 or 14355106. OLE color: 14355106.

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

Color convert

RGB 162 10 219 -
CMYK 0.26 0.95 0 0.14
HSL 283.64º 0.91% 0.45% -
HSV(B) 283.64º 0.95% 0.86% -
XYZ 27.8 13.01 68.06 -
YUV 79.27 206.86 187.01 -
System Red Green Blue C M Y K H S L
Decimal 162 10 219 0.26 0.95 0 0.14 283.64 0.91 0.45
Hex A2 A DB 1A 5F 0 E 11C 5B 2D
Octal 242 12 333 32 137 0 16 434 133 55
Binary 10100010 1010 11011011 11010 1011111 0 1110 100011100 1011011 101101

Color Harmonies of #A20ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20ADB

Black with #A20ADB

Text Example


Text Example

White with #A20ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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