Html Css Color HEX #A01289 Dark Magenta

📋 copy color: '#A01289'

red 160 ◦ green 18 ◦ blue 137

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

Shades of Dark Magenta #A01289

Tints of Dark Magenta #A01289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 50.79%
G = 5.71%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A01289 (or 0xA01289) is known color: Dark Magenta. HEX triplet: A0, 12 and 89. RGB value is (160,18,137). Sum of RGB (Red+Green+Blue) = 160+18+137=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A01289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01289 is #5FED76. Grayscale: #494949. Windows color (decimal): -6286711 or 8983200. OLE color: 8983200.

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

Color convert

RGB 160 18 137 -
CMYK 0 0.89 0.14 0.37
HSL 309.72º 0.8% 0.35% -
HSV(B) 309.72º 0.89% 0.63% -
XYZ 19.23 9.71 24.53 -
YUV 74.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 160 18 137 0 0.89 0.14 0.37 309.72 0.8 0.35
Hex A0 12 89 0 59 E 25 136 50 23
Octal 240 22 211 0 131 16 45 466 120 43
Binary 10100000 10010 10001001 0 1011001 1110 100101 100110110 1010000 100011

Color Harmonies of #A01289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01289

Black with #A01289

Text Example


Text Example

White with #A01289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01289; }

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

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

background-color css

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

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

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

border-color css

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

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

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