Html Css Color HEX #A20DDB Dark Violet

📋 copy color: '#A20DDB'

red 162 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #A20DDB

Tints of Dark Violet #A20DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.3%

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

R = 41.12%
G = 3.3%
B = 55.58%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A20DDB (or 0xA20DDB) is known color: Dark Violet. HEX triplet: A2, 0D and DB. RGB value is (162,13,219). Sum of RGB (Red+Green+Blue) = 162+13+219=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #A20DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DDB is #5DF224. Grayscale: #505050. Windows color (decimal): -6156837 or 14355874. OLE color: 14355874.

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

Color convert

RGB 162 13 219 -
CMYK 0.26 0.94 0 0.14
HSL 283.4º 0.89% 0.45% -
HSV(B) 283.4º 0.94% 0.86% -
XYZ 27.83 13.08 68.08 -
YUV 81.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 162 13 219 0.26 0.94 0 0.14 283.4 0.89 0.45
Hex A2 D DB 1A 5E 0 E 11B 59 2D
Octal 242 15 333 32 136 0 16 433 131 55
Binary 10100010 1101 11011011 11010 1011110 0 1110 100011011 1011001 101101

Color Harmonies of #A20DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DDB

Black with #A20DDB

Text Example


Text Example

White with #A20DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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