Html Css Color HEX #A80995 Dark Magenta

📋 copy color: '#A80995'

red 168 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #A80995

Tints of Dark Magenta #A80995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 51.53%
G = 2.76%
B = 45.71%

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

#A80995 (or 0xA80995) is known color: Dark Magenta. HEX triplet: A8, 09 and 95. RGB value is (168,9,149). Sum of RGB (Red+Green+Blue) = 168+9+149=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A80995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80995 is #57F66A. Grayscale: #484848. Windows color (decimal): -5764715 or 9767336. OLE color: 9767336.

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

Color convert

RGB 168 9 149 -
CMYK 0 0.95 0.11 0.34
HSL 307.17º 0.9% 0.35% -
HSV(B) 307.17º 0.95% 0.66% -
XYZ 21.67 10.69 29.35 -
YUV 72.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 168 9 149 0 0.95 0.11 0.34 307.17 0.9 0.35
Hex A8 9 95 0 5F B 22 133 5A 23
Octal 250 11 225 0 137 13 42 463 132 43
Binary 10101000 1001 10010101 0 1011111 1011 100010 100110011 1011010 100011

Color Harmonies of #A80995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80995

Black with #A80995

Text Example


Text Example

White with #A80995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80995; }

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

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

background-color css

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

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

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

border-color css

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

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

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