Html Css Color HEX #A00089 Dark Magenta

📋 copy color: '#A00089'

red 160 ◦ green 0 ◦ blue 137

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

Shades of Dark Magenta #A00089

Tints of Dark Magenta #A00089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.87%
G = 0%
B = 46.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A00089 (or 0xA00089) is known color: Dark Magenta. HEX triplet: A0, 00 and 89. RGB value is (160,0,137). Sum of RGB (Red+Green+Blue) = 160+0+137=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A00089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00089 is #5FFF76. Grayscale: #3F3F3F. Windows color (decimal): -6291319 or 8978592. OLE color: 8978592.

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

Color convert

RGB 160 0 137 -
CMYK 0 1 0.14 0.37
HSL 308.63º 1% 0.31% -
HSV(B) 308.63º 1% 0.63% -
XYZ 19.01 9.28 24.46 -
YUV 63.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 160 0 137 0 1 0.14 0.37 308.63 1 0.31
Hex A0 0 89 0 64 E 25 135 64 1F
Octal 240 0 211 0 144 16 45 465 144 37
Binary 10100000 0 10001001 0 1100100 1110 100101 100110101 1100100 11111

Color Harmonies of #A00089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00089

Black with #A00089

Text Example


Text Example

White with #A00089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00089; }

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

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

background-color css

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

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

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

border-color css

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

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

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