Html Css Color HEX #A80996 Dark Magenta

📋 copy color: '#A80996'

red 168 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #A80996

Tints of Dark Magenta #A80996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 51.38%
G = 2.75%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A80996 (or 0xA80996) is known color: Dark Magenta. HEX triplet: A8, 09 and 96. RGB value is (168,9,150). Sum of RGB (Red+Green+Blue) = 168+9+150=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A80996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80996 is #57F669. Grayscale: #484848. Windows color (decimal): -5764714 or 9832872. OLE color: 9832872.

HSL color Cylindrical-coordinate representation of color #A80996: hue angle of 306.79º 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 #A80996 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 9 150 -
CMYK 0 0.95 0.11 0.34
HSL 306.79º 0.9% 0.35% -
HSV(B) 306.79º 0.95% 0.66% -
XYZ 21.75 10.72 29.78 -
YUV 72.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 168 9 150 0 0.95 0.11 0.34 306.79 0.9 0.35
Hex A8 9 96 0 5F B 22 133 5A 23
Octal 250 11 226 0 137 13 42 463 132 43
Binary 10101000 1001 10010110 0 1011111 1011 100010 100110011 1011010 100011

Color Harmonies of #A80996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80996

Black with #A80996

Text Example


Text Example

White with #A80996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80996; }

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

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

background-color css

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

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

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

border-color css

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

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

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