Html Css Color HEX #A00899 Dark Magenta

📋 copy color: '#A00899'

red 160 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #A00899

Tints of Dark Magenta #A00899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 49.84%
G = 2.49%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A00899 (or 0xA00899) is known color: Dark Magenta. HEX triplet: A0, 08 and 99. RGB value is (160,8,153). Sum of RGB (Red+Green+Blue) = 160+8+153=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A00899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00899 is #5FF766. Grayscale: #454545. Windows color (decimal): -6289255 or 10029216. OLE color: 10029216.

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

Color convert

RGB 160 8 153 -
CMYK 0 0.95 0.04 0.37
HSL 302.76º 0.9% 0.33% -
HSV(B) 302.76º 0.95% 0.63% -
XYZ 20.33 9.95 30.99 -
YUV 69.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 160 8 153 0 0.95 0.04 0.37 302.76 0.9 0.33
Hex A0 8 99 0 5F 4 25 12F 5A 21
Octal 240 10 231 0 137 4 45 457 132 41
Binary 10100000 1000 10011001 0 1011111 100 100101 100101111 1011010 100001

Color Harmonies of #A00899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00899

Black with #A00899

Text Example


Text Example

White with #A00899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00899; }

 p { color: rgb(160,8,153); }

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

background-color css

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

 a { background-color: rgb(160,8,153); }

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

border-color css

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

 span { border-color: rgb(160,8,153); }

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