Html Css Color HEX #A20BCA Dark Violet

📋 copy color: '#A20BCA'

red 162 ◦ green 11 ◦ blue 202

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

Shades of Dark Violet #A20BCA

Tints of Dark Violet #A20BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

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

R = 43.2%
G = 2.93%
B = 53.87%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A20BCA (or 0xA20BCA) is known color: Dark Violet. HEX triplet: A2, 0B and CA. RGB value is (162,11,202). Sum of RGB (Red+Green+Blue) = 162+11+202=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #A20BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BCA is #5DF435. Grayscale: #4D4D4D. Windows color (decimal): -6157366 or 13241250. OLE color: 13241250.

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

Color convert

RGB 162 11 202 -
CMYK 0.20 0.95 0 0.21
HSL 287.43º 0.9% 0.42% -
HSV(B) 287.43º 0.95% 0.79% -
XYZ 25.68 12.18 56.88 -
YUV 77.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 162 11 202 0.20 0.95 0 0.21 287.43 0.9 0.42
Hex A2 B CA 14 5F 0 15 11F 5A 2A
Octal 242 13 312 24 137 0 25 437 132 52
Binary 10100010 1011 11001010 10100 1011111 0 10101 100011111 1011010 101010

Color Harmonies of #A20BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BCA

Black with #A20BCA

Text Example


Text Example

White with #A20BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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