Html Css Color HEX #A80999 Dark Magenta

📋 copy color: '#A80999'

red 168 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #A80999

Tints of Dark Magenta #A80999

RGB

 RED value IS 168 (66.02% from 255) = 50.91%

 GREEN value IS 9 (3.91% from 255) = 2.73%

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

R = 50.91%
G = 2.73%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A80999 (or 0xA80999) is known color: Dark Magenta. HEX triplet: A8, 09 and 99. RGB value is (168,9,153). Sum of RGB (Red+Green+Blue) = 168+9+153=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A80999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80999 is #57F666. Grayscale: #484848. Windows color (decimal): -5764711 or 10029480. OLE color: 10029480.

HSL color Cylindrical-coordinate representation of color #A80999: hue angle of 305.66º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80999 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 9 153 -
CMYK 0 0.95 0.09 0.34
HSL 305.66º 0.9% 0.35% -
HSV(B) 305.66º 0.95% 0.66% -
XYZ 22 10.82 31.07 -
YUV 72.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 168 9 153 0 0.95 0.09 0.34 305.66 0.9 0.35
Hex A8 9 99 0 5F 9 22 132 5A 23
Octal 250 11 231 0 137 11 42 462 132 43
Binary 10101000 1001 10011001 0 1011111 1001 100010 100110010 1011010 100011

Color Harmonies of #A80999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80999

Black with #A80999

Text Example


Text Example

White with #A80999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80999; }

 p { color: rgb(168,9,153); }

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

background-color css

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

 a { background-color: rgb(168,9,153); }

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

border-color css

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

 span { border-color: rgb(168,9,153); }

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