Html Css Color HEX #A20DDC Dark Violet

📋 copy color: '#A20DDC'

red 162 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #A20DDC

Tints of Dark Violet #A20DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 41.01%
G = 3.29%
B = 55.7%

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

#A20DDC (or 0xA20DDC) is known color: Dark Violet. HEX triplet: A2, 0D and DC. RGB value is (162,13,220). Sum of RGB (Red+Green+Blue) = 162+13+220=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #A20DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DDC is #5DF223. Grayscale: #505050. Windows color (decimal): -6156836 or 14421410. OLE color: 14421410.

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

Color convert

RGB 162 13 220 -
CMYK 0.26 0.94 0 0.14
HSL 283.19º 0.89% 0.46% -
HSV(B) 283.19º 0.94% 0.86% -
XYZ 27.96 13.14 68.77 -
YUV 81.15 206.36 185.67 -
System Red Green Blue C M Y K H S L
Decimal 162 13 220 0.26 0.94 0 0.14 283.19 0.89 0.46
Hex A2 D DC 1A 5E 0 E 11B 59 2E
Octal 242 15 334 32 136 0 16 433 131 56
Binary 10100010 1101 11011100 11010 1011110 0 1110 100011011 1011001 101110

Color Harmonies of #A20DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DDC

Black with #A20DDC

Text Example


Text Example

White with #A20DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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