Html Css Color HEX #A20FDB Dark Violet

📋 copy color: '#A20FDB'

red 162 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #A20FDB

Tints of Dark Violet #A20FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.79%

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

R = 40.91%
G = 3.79%
B = 55.3%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A20FDB (or 0xA20FDB) is known color: Dark Violet. HEX triplet: A2, 0F and DB. RGB value is (162,15,219). Sum of RGB (Red+Green+Blue) = 162+15+219=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #A20FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FDB is #5DF024. Grayscale: #515151. Windows color (decimal): -6156325 or 14356386. OLE color: 14356386.

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

Color convert

RGB 162 15 219 -
CMYK 0.26 0.93 0 0.14
HSL 283.24º 0.87% 0.46% -
HSV(B) 283.24º 0.93% 0.86% -
XYZ 27.86 13.14 68.09 -
YUV 82.21 205.2 184.91 -
System Red Green Blue C M Y K H S L
Decimal 162 15 219 0.26 0.93 0 0.14 283.24 0.87 0.46
Hex A2 F DB 1A 5D 0 E 11B 57 2E
Octal 242 17 333 32 135 0 16 433 127 56
Binary 10100010 1111 11011011 11010 1011101 0 1110 100011011 1010111 101110

Color Harmonies of #A20FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FDB

Black with #A20FDB

Text Example


Text Example

White with #A20FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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