Html Css Color HEX #A01494 Dark Magenta

📋 copy color: '#A01494'

red 160 ◦ green 20 ◦ blue 148

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

Shades of Dark Magenta #A01494

Tints of Dark Magenta #A01494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 48.78%
G = 6.1%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A01494 (or 0xA01494) is known color: Dark Magenta. HEX triplet: A0, 14 and 94. RGB value is (160,20,148). Sum of RGB (Red+Green+Blue) = 160+20+148=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A01494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01494 is #5FEB6B. Grayscale: #4C4C4C. Windows color (decimal): -6286188 or 9704608. OLE color: 9704608.

HSL color Cylindrical-coordinate representation of color #A01494: hue angle of 305.14º 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 #A01494 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 148 -
CMYK 0 0.88 0.07 0.37
HSL 305.14º 0.78% 0.35% -
HSV(B) 305.14º 0.88% 0.63% -
XYZ 20.09 10.11 28.91 -
YUV 76.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 160 20 148 0 0.88 0.07 0.37 305.14 0.78 0.35
Hex A0 14 94 0 58 7 25 131 4E 23
Octal 240 24 224 0 130 7 45 461 116 43
Binary 10100000 10100 10010100 0 1011000 111 100101 100110001 1001110 100011

Color Harmonies of #A01494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01494

Black with #A01494

Text Example


Text Example

White with #A01494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01494; }

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

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

background-color css

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

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

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

border-color css

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

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

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