Html Css Color HEX #A20ECA Dark Violet

📋 copy color: '#A20ECA'

red 162 ◦ green 14 ◦ blue 202

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

Shades of Dark Violet #A20ECA

Tints of Dark Violet #A20ECA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.7%

 BLUE value IS 202 (79.3% from 255) = 53.44%

R = 42.86%
G = 3.7%
B = 53.44%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A20ECA (or 0xA20ECA) is known color: Dark Violet. HEX triplet: A2, 0E and CA. RGB value is (162,14,202). Sum of RGB (Red+Green+Blue) = 162+14+202=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #A20ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ECA is #5DF135. Grayscale: #4F4F4F. Windows color (decimal): -6156598 or 13242018. OLE color: 13242018.

HSL color Cylindrical-coordinate representation of color #A20ECA: hue angle of 287.23º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20ECA is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 14 202 -
CMYK 0.20 0.93 0 0.21
HSL 287.23º 0.87% 0.42% -
HSV(B) 287.23º 0.93% 0.79% -
XYZ 25.72 12.26 56.89 -
YUV 79.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 162 14 202 0.20 0.93 0 0.21 287.23 0.87 0.42
Hex A2 E CA 14 5D 0 15 11F 57 2A
Octal 242 16 312 24 135 0 25 437 127 52
Binary 10100010 1110 11001010 10100 1011101 0 10101 100011111 1010111 101010

Color Harmonies of #A20ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20ECA

Black with #A20ECA

Text Example


Text Example

White with #A20ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20ECA; }

 p { color: rgb(162,14,202); }

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

background-color css

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

 a { background-color: rgb(162,14,202); }

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

border-color css

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

 span { border-color: rgb(162,14,202); }

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