Html Css Color HEX #A020A4 Dark Magenta

📋 copy color: '#A020A4'

red 160 ◦ green 32 ◦ blue 164

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

Shades of Dark Magenta #A020A4

Tints of Dark Magenta #A020A4

RGB

 RED value IS 160 (62.89% from 255) = 44.94%

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 44.94%
G = 8.99%
B = 46.07%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A020A4 (or 0xA020A4) is known color: Dark Magenta. HEX triplet: A0, 20 and A4. RGB value is (160,32,164). Sum of RGB (Red+Green+Blue) = 160+32+164=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #A020A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020A4 is #5FDF5B. Grayscale: #545454. Windows color (decimal): -6283100 or 10756256. OLE color: 10756256.

HSL color Cylindrical-coordinate representation of color #A020A4: hue angle of 298.18º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A020A4 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 32 164 -
CMYK 0.02 0.80 0 0.36
HSL 298.18º 0.67% 0.38% -
HSV(B) 298.18º 0.8% 0.64% -
XYZ 21.71 11.19 36.14 -
YUV 85.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 160 32 164 0.02 0.80 0 0.36 298.18 0.67 0.38
Hex A0 20 A4 2 50 0 24 12A 43 26
Octal 240 40 244 2 120 0 44 452 103 46
Binary 10100000 100000 10100100 10 1010000 0 100100 100101010 1000011 100110

Color Harmonies of #A020A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020A4

Black with #A020A4

Text Example


Text Example

White with #A020A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020A4; }

 p { color: rgb(160,32,164); }

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

background-color css

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

 a { background-color: rgb(160,32,164); }

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

border-color css

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

 span { border-color: rgb(160,32,164); }

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