Html Css Color HEX #A20CDB Dark Violet

📋 copy color: '#A20CDB'

red 162 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #A20CDB

Tints of Dark Violet #A20CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

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

R = 41.22%
G = 3.05%
B = 55.73%

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

#A20CDB (or 0xA20CDB) is known color: Dark Violet. HEX triplet: A2, 0C and DB. RGB value is (162,12,219). Sum of RGB (Red+Green+Blue) = 162+12+219=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A20CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CDB is #5DF324. Grayscale: #4F4F4F. Windows color (decimal): -6157093 or 14355618. OLE color: 14355618.

HSL color Cylindrical-coordinate representation of color #A20CDB: hue angle of 283.48º degrees, saturation: 0.9, 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 #A20CDB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 12 219 -
CMYK 0.26 0.95 0 0.14
HSL 283.48º 0.9% 0.45% -
HSV(B) 283.48º 0.95% 0.86% -
XYZ 27.82 13.06 68.07 -
YUV 80.45 206.2 186.17 -
System Red Green Blue C M Y K H S L
Decimal 162 12 219 0.26 0.95 0 0.14 283.48 0.9 0.45
Hex A2 C DB 1A 5F 0 E 11B 5A 2D
Octal 242 14 333 32 137 0 16 433 132 55
Binary 10100010 1100 11011011 11010 1011111 0 1110 100011011 1011010 101101

Color Harmonies of #A20CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CDB

Black with #A20CDB

Text Example


Text Example

White with #A20CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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