Html Css Color HEX #A80E97 Dark Magenta

📋 copy color: '#A80E97'

red 168 ◦ green 14 ◦ blue 151

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

Shades of Dark Magenta #A80E97

Tints of Dark Magenta #A80E97

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.2%

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 50.45%
G = 4.2%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A80E97 (or 0xA80E97) is known color: Dark Magenta. HEX triplet: A8, 0E and 97. RGB value is (168,14,151). Sum of RGB (Red+Green+Blue) = 168+14+151=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80E97 is #57F168. Grayscale: #4B4B4B. Windows color (decimal): -5763433 or 9899688. OLE color: 9899688.

HSL color Cylindrical-coordinate representation of color #A80E97: hue angle of 306.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E97 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 14 151 -
CMYK 0 0.92 0.10 0.34
HSL 306.62º 0.85% 0.36% -
HSV(B) 306.62º 0.92% 0.66% -
XYZ 21.89 10.87 30.22 -
YUV 75.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 168 14 151 0 0.92 0.10 0.34 306.62 0.85 0.36
Hex A8 E 97 0 5C A 22 133 55 24
Octal 250 16 227 0 134 12 42 463 125 44
Binary 10101000 1110 10010111 0 1011100 1010 100010 100110011 1010101 100100

Color Harmonies of #A80E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E97

Black with #A80E97

Text Example


Text Example

White with #A80E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E97; }

 p { color: rgb(168,14,151); }

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

background-color css

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

 a { background-color: rgb(168,14,151); }

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

border-color css

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

 span { border-color: rgb(168,14,151); }

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