Html Css Color HEX #A00489 Dark Magenta

📋 copy color: '#A00489'

red 160 ◦ green 4 ◦ blue 137

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

Shades of Dark Magenta #A00489

Tints of Dark Magenta #A00489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 53.16%
G = 1.33%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A00489 (or 0xA00489) is known color: Dark Magenta. HEX triplet: A0, 04 and 89. RGB value is (160,4,137). Sum of RGB (Red+Green+Blue) = 160+4+137=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A00489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00489 is #5FFB76. Grayscale: #414141. Windows color (decimal): -6290295 or 8979616. OLE color: 8979616.

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

Color convert

RGB 160 4 137 -
CMYK 0 0.98 0.14 0.37
HSL 308.85º 0.95% 0.32% -
HSV(B) 308.85º 0.98% 0.63% -
XYZ 19.06 9.37 24.47 -
YUV 65.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 160 4 137 0 0.98 0.14 0.37 308.85 0.95 0.32
Hex A0 4 89 0 62 E 25 135 5F 20
Octal 240 4 211 0 142 16 45 465 137 40
Binary 10100000 100 10001001 0 1100010 1110 100101 100110101 1011111 100000

Color Harmonies of #A00489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00489

Black with #A00489

Text Example


Text Example

White with #A00489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00489; }

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

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

background-color css

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

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

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

border-color css

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

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

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