Html Css Color HEX #A20CCE Dark Violet

📋 copy color: '#A20CCE'

red 162 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #A20CCE

Tints of Dark Violet #A20CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 42.63%
G = 3.16%
B = 54.21%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A20CCE (or 0xA20CCE) is known color: Dark Violet. HEX triplet: A2, 0C and CE. RGB value is (162,12,206). Sum of RGB (Red+Green+Blue) = 162+12+206=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #A20CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CCE is #5DF331. Grayscale: #4E4E4E. Windows color (decimal): -6157106 or 13503650. OLE color: 13503650.

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

Color convert

RGB 162 12 206 -
CMYK 0.21 0.94 0 0.19
HSL 286.39º 0.89% 0.43% -
HSV(B) 286.39º 0.94% 0.81% -
XYZ 26.17 12.4 59.41 -
YUV 78.97 199.7 187.23 -
System Red Green Blue C M Y K H S L
Decimal 162 12 206 0.21 0.94 0 0.19 286.39 0.89 0.43
Hex A2 C CE 15 5E 0 13 11E 59 2B
Octal 242 14 316 25 136 0 23 436 131 53
Binary 10100010 1100 11001110 10101 1011110 0 10011 100011110 1011001 101011

Color Harmonies of #A20CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CCE

Black with #A20CCE

Text Example


Text Example

White with #A20CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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