Html Css Color HEX #A20DDD Dark Violet

📋 copy color: '#A20DDD'

red 162 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #A20DDD

Tints of Dark Violet #A20DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 40.91%
G = 3.28%
B = 55.81%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A20DDD (or 0xA20DDD) is known color: Dark Violet. HEX triplet: A2, 0D and DD. RGB value is (162,13,221). Sum of RGB (Red+Green+Blue) = 162+13+221=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #A20DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DDD is #5DF222. Grayscale: #505050. Windows color (decimal): -6156835 or 14486946. OLE color: 14486946.

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

Color convert

RGB 162 13 221 -
CMYK 0.27 0.94 0 0.13
HSL 282.98º 0.89% 0.46% -
HSV(B) 282.98º 0.94% 0.87% -
XYZ 28.1 13.19 69.47 -
YUV 81.26 206.86 185.59 -
System Red Green Blue C M Y K H S L
Decimal 162 13 221 0.27 0.94 0 0.13 282.98 0.89 0.46
Hex A2 D DD 1B 5E 0 D 11B 59 2E
Octal 242 15 335 33 136 0 15 433 131 56
Binary 10100010 1101 11011101 11011 1011110 0 1101 100011011 1011001 101110

Color Harmonies of #A20DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DDD

Black with #A20DDD

Text Example


Text Example

White with #A20DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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