Html Css Color HEX #A01290 Dark Magenta

📋 copy color: '#A01290'

red 160 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #A01290

Tints of Dark Magenta #A01290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

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

R = 49.69%
G = 5.59%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A01290 (or 0xA01290) is known color: Dark Magenta. HEX triplet: A0, 12 and 90. RGB value is (160,18,144). Sum of RGB (Red+Green+Blue) = 160+18+144=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A01290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01290 is #5FED6F. Grayscale: #4A4A4A. Windows color (decimal): -6286704 or 9441952. OLE color: 9441952.

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

Color convert

RGB 160 18 144 -
CMYK 0 0.89 0.1 0.37
HSL 306.76º 0.8% 0.35% -
HSV(B) 306.76º 0.89% 0.63% -
XYZ 19.75 9.92 27.26 -
YUV 74.82 167.04 188.75 -
System Red Green Blue C M Y K H S L
Decimal 160 18 144 0 0.89 0.1 0.37 306.76 0.8 0.35
Hex A0 12 90 0 59 A 25 133 50 23
Octal 240 22 220 0 131 12 45 463 120 43
Binary 10100000 10010 10010000 0 1011001 1010 100101 100110011 1010000 100011

Color Harmonies of #A01290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01290

Black with #A01290

Text Example


Text Example

White with #A01290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01290; }

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

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

background-color css

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

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

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

border-color css

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

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

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