Html Css Color HEX #A00A89 Dark Magenta

📋 copy color: '#A00A89'

red 160 ◦ green 10 ◦ blue 137

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

Shades of Dark Magenta #A00A89

Tints of Dark Magenta #A00A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

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

R = 52.12%
G = 3.26%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A00A89 (or 0xA00A89) is known color: Dark Magenta. HEX triplet: A0, 0A and 89. RGB value is (160,10,137). Sum of RGB (Red+Green+Blue) = 160+10+137=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A89 is #5FF576. Grayscale: #444444. Windows color (decimal): -6288759 or 8981152. OLE color: 8981152.

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

Color convert

RGB 160 10 137 -
CMYK 0 0.94 0.14 0.37
HSL 309.2º 0.88% 0.33% -
HSV(B) 309.2º 0.94% 0.63% -
XYZ 19.12 9.5 24.49 -
YUV 69.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 160 10 137 0 0.94 0.14 0.37 309.2 0.88 0.33
Hex A0 A 89 0 5E E 25 135 58 21
Octal 240 12 211 0 136 16 45 465 130 41
Binary 10100000 1010 10001001 0 1011110 1110 100101 100110101 1011000 100001

Color Harmonies of #A00A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A89

Black with #A00A89

Text Example


Text Example

White with #A00A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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