Html Css Color HEX #A20CA4 Dark Magenta

📋 copy color: '#A20CA4'

red 162 ◦ green 12 ◦ blue 164

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

Shades of Dark Magenta #A20CA4

Tints of Dark Magenta #A20CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.52%

R = 47.93%
G = 3.55%
B = 48.52%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A20CA4 (or 0xA20CA4) is known color: Dark Magenta. HEX triplet: A2, 0C and A4. RGB value is (162,12,164). Sum of RGB (Red+Green+Blue) = 162+12+164=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #A20CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20CA4 is #5DF35B. Grayscale: #494949. Windows color (decimal): -6157148 or 10751138. OLE color: 10751138.

HSL color Cylindrical-coordinate representation of color #A20CA4: hue angle of 299.21º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CA4 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 12 164 -
CMYK 0.01 0.93 0 0.36
HSL 299.21º 0.86% 0.35% -
HSV(B) 299.21º 0.93% 0.64% -
XYZ 21.73 10.62 36.03 -
YUV 74.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 162 12 164 0.01 0.93 0 0.36 299.21 0.86 0.35
Hex A2 C A4 1 5D 0 24 12B 56 23
Octal 242 14 244 1 135 0 44 453 126 43
Binary 10100010 1100 10100100 1 1011101 0 100100 100101011 1010110 100011

Color Harmonies of #A20CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CA4

Black with #A20CA4

Text Example


Text Example

White with #A20CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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