Html Css Color HEX #A20BDB Dark Violet

📋 copy color: '#A20BDB'

red 162 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #A20BDB

Tints of Dark Violet #A20BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

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

R = 41.33%
G = 2.81%
B = 55.87%

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

#A20BDB (or 0xA20BDB) is known color: Dark Violet. HEX triplet: A2, 0B and DB. RGB value is (162,11,219). Sum of RGB (Red+Green+Blue) = 162+11+219=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #A20BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BDB is #5DF424. Grayscale: #4F4F4F. Windows color (decimal): -6157349 or 14355362. OLE color: 14355362.

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

Color convert

RGB 162 11 219 -
CMYK 0.26 0.95 0 0.14
HSL 283.56º 0.9% 0.45% -
HSV(B) 283.56º 0.95% 0.86% -
XYZ 27.81 13.04 68.07 -
YUV 79.86 206.53 186.59 -
System Red Green Blue C M Y K H S L
Decimal 162 11 219 0.26 0.95 0 0.14 283.56 0.9 0.45
Hex A2 B DB 1A 5F 0 E 11C 5A 2D
Octal 242 13 333 32 137 0 16 434 132 55
Binary 10100010 1011 11011011 11010 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A20BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BDB

Black with #A20BDB

Text Example


Text Example

White with #A20BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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