Html Css Color HEX #A01187 Dark Magenta

📋 copy color: '#A01187'

red 160 ◦ green 17 ◦ blue 135

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

Shades of Dark Magenta #A01187

Tints of Dark Magenta #A01187

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 135 (53.13% from 255) = 43.27%

R = 51.28%
G = 5.45%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A01187 (or 0xA01187) is known color: Dark Magenta. HEX triplet: A0, 11 and 87. RGB value is (160,17,135). Sum of RGB (Red+Green+Blue) = 160+17+135=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A01187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01187 is #5FEE78. Grayscale: #484848. Windows color (decimal): -6286969 or 8851872. OLE color: 8851872.

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

Color convert

RGB 160 17 135 -
CMYK 0 0.89 0.16 0.37
HSL 310.49º 0.81% 0.35% -
HSV(B) 310.49º 0.89% 0.63% -
XYZ 19.07 9.62 23.77 -
YUV 73.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 160 17 135 0 0.89 0.16 0.37 310.49 0.81 0.35
Hex A0 11 87 0 59 10 25 136 51 23
Octal 240 21 207 0 131 20 45 466 121 43
Binary 10100000 10001 10000111 0 1011001 10000 100101 100110110 1010001 100011

Color Harmonies of #A01187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01187

Black with #A01187

Text Example


Text Example

White with #A01187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01187; }

 p { color: rgb(160,17,135); }

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

background-color css

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

 a { background-color: rgb(160,17,135); }

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

border-color css

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

 span { border-color: rgb(160,17,135); }

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