Html Css Color HEX #A20CDD Dark Violet

📋 copy color: '#A20CDD'

red 162 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #A20CDD

Tints of Dark Violet #A20CDD

RGB

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

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

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

R = 41.01%
G = 3.04%
B = 55.95%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A20CDD (or 0xA20CDD) is known color: Dark Violet. HEX triplet: A2, 0C and DD. RGB value is (162,12,221). Sum of RGB (Red+Green+Blue) = 162+12+221=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #A20CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CDD is #5DF322. Grayscale: #4F4F4F. Windows color (decimal): -6157091 or 14486690. OLE color: 14486690.

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

Color convert

RGB 162 12 221 -
CMYK 0.27 0.95 0 0.13
HSL 283.06º 0.9% 0.46% -
HSV(B) 283.06º 0.95% 0.87% -
XYZ 28.08 13.16 69.47 -
YUV 80.68 207.2 186.01 -
System Red Green Blue C M Y K H S L
Decimal 162 12 221 0.27 0.95 0 0.13 283.06 0.9 0.46
Hex A2 C DD 1B 5F 0 D 11B 5A 2E
Octal 242 14 335 33 137 0 15 433 132 56
Binary 10100010 1100 11011101 11011 1011111 0 1101 100011011 1011010 101110

Color Harmonies of #A20CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CDD

Black with #A20CDD

Text Example


Text Example

White with #A20CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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