Html Css Color HEX #A01490 Dark Magenta

📋 copy color: '#A01490'

red 160 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #A01490

Tints of Dark Magenta #A01490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 49.38%
G = 6.17%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A01490 (or 0xA01490) is known color: Dark Magenta. HEX triplet: A0, 14 and 90. RGB value is (160,20,144). Sum of RGB (Red+Green+Blue) = 160+20+144=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A01490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01490 is #5FEB6F. Grayscale: #4B4B4B. Windows color (decimal): -6286192 or 9442464. OLE color: 9442464.

HSL color Cylindrical-coordinate representation of color #A01490: hue angle of 306.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01490 is Cyan = 0, Magento = 0.88, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 144 -
CMYK 0 0.88 0.1 0.37
HSL 306.86º 0.78% 0.35% -
HSV(B) 306.86º 0.88% 0.63% -
XYZ 19.78 9.99 27.27 -
YUV 76 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 160 20 144 0 0.88 0.1 0.37 306.86 0.78 0.35
Hex A0 14 90 0 58 A 25 133 4E 23
Octal 240 24 220 0 130 12 45 463 116 43
Binary 10100000 10100 10010000 0 1011000 1010 100101 100110011 1001110 100011

Color Harmonies of #A01490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01490

Black with #A01490

Text Example


Text Example

White with #A01490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01490; }

 p { color: rgb(160,20,144); }

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

background-color css

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

 a { background-color: rgb(160,20,144); }

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

border-color css

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

 span { border-color: rgb(160,20,144); }

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