Html Css Color HEX #A20DCC Dark Violet

📋 copy color: '#A20DCC'

red 162 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #A20DCC

Tints of Dark Violet #A20DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 42.74%
G = 3.43%
B = 53.83%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A20DCC (or 0xA20DCC) is known color: Dark Violet. HEX triplet: A2, 0D and CC. RGB value is (162,13,204). Sum of RGB (Red+Green+Blue) = 162+13+204=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #A20DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DCC is #5DF233. Grayscale: #4E4E4E. Windows color (decimal): -6156852 or 13372834. OLE color: 13372834.

HSL color Cylindrical-coordinate representation of color #A20DCC: hue angle of 286.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20DCC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 13 204 -
CMYK 0.21 0.94 0 0.2
HSL 286.81º 0.88% 0.43% -
HSV(B) 286.81º 0.94% 0.8% -
XYZ 25.94 12.33 58.14 -
YUV 79.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 162 13 204 0.21 0.94 0 0.2 286.81 0.88 0.43
Hex A2 D CC 15 5E 0 14 11F 58 2B
Octal 242 15 314 25 136 0 24 437 130 53
Binary 10100010 1101 11001100 10101 1011110 0 10100 100011111 1011000 101011

Color Harmonies of #A20DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DCC

Black with #A20DCC

Text Example


Text Example

White with #A20DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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