Html Css Color HEX #A00187 Dark Magenta

📋 copy color: '#A00187'

red 160 ◦ green 1 ◦ blue 135

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

Shades of Dark Magenta #A00187

Tints of Dark Magenta #A00187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 54.05%
G = 0.34%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00187 (or 0xA00187) is known color: Dark Magenta. HEX triplet: A0, 01 and 87. RGB value is (160,1,135). Sum of RGB (Red+Green+Blue) = 160+1+135=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A00187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00187 is #5FFE78. Grayscale: #3F3F3F. Windows color (decimal): -6291065 or 8847776. OLE color: 8847776.

HSL color Cylindrical-coordinate representation of color #A00187: hue angle of 309.43º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00187 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 135 -
CMYK 0 0.99 0.16 0.37
HSL 309.43º 0.99% 0.32% -
HSV(B) 309.43º 0.99% 0.63% -
XYZ 18.88 9.24 23.71 -
YUV 63.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 160 1 135 0 0.99 0.16 0.37 309.43 0.99 0.32
Hex A0 1 87 0 63 10 25 135 63 20
Octal 240 1 207 0 143 20 45 465 143 40
Binary 10100000 1 10000111 0 1100011 10000 100101 100110101 1100011 100000

Color Harmonies of #A00187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00187

Black with #A00187

Text Example


Text Example

White with #A00187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00187; }

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

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

background-color css

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

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

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

border-color css

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

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

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