Html Css Color HEX #A00287 Dark Magenta

📋 copy color: '#A00287'

red 160 ◦ green 2 ◦ blue 135

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

Shades of Dark Magenta #A00287

Tints of Dark Magenta #A00287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 53.87%
G = 0.67%
B = 45.45%

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

#A00287 (or 0xA00287) is known color: Dark Magenta. HEX triplet: A0, 02 and 87. RGB value is (160,2,135). Sum of RGB (Red+Green+Blue) = 160+2+135=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A00287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00287 is #5FFD78. Grayscale: #404040. Windows color (decimal): -6290809 or 8848032. OLE color: 8848032.

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

Color convert

RGB 160 2 135 -
CMYK 0 0.99 0.16 0.37
HSL 309.49º 0.98% 0.32% -
HSV(B) 309.49º 0.99% 0.63% -
XYZ 18.89 9.27 23.71 -
YUV 64.4 167.85 196.19 -
System Red Green Blue C M Y K H S L
Decimal 160 2 135 0 0.99 0.16 0.37 309.49 0.98 0.32
Hex A0 2 87 0 63 10 25 135 62 20
Octal 240 2 207 0 143 20 45 465 142 40
Binary 10100000 10 10000111 0 1100011 10000 100101 100110101 1100010 100000

Color Harmonies of #A00287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00287

Black with #A00287

Text Example


Text Example

White with #A00287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00287; }

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

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

background-color css

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

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

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

border-color css

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

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

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