Html Css Color HEX #A80897 Dark Magenta

📋 copy color: '#A80897'

red 168 ◦ green 8 ◦ blue 151

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

Shades of Dark Magenta #A80897

Tints of Dark Magenta #A80897

RGB

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

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

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

R = 51.38%
G = 2.45%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A80897 (or 0xA80897) is known color: Dark Magenta. HEX triplet: A8, 08 and 97. RGB value is (168,8,151). Sum of RGB (Red+Green+Blue) = 168+8+151=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A80897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80897 is #57F768. Grayscale: #474747. Windows color (decimal): -5764969 or 9898152. OLE color: 9898152.

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

Color convert

RGB 168 8 151 -
CMYK 0 0.95 0.10 0.34
HSL 306.38º 0.91% 0.35% -
HSV(B) 306.38º 0.95% 0.66% -
XYZ 21.82 10.73 30.2 -
YUV 72.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 168 8 151 0 0.95 0.10 0.34 306.38 0.91 0.35
Hex A8 8 97 0 5F A 22 132 5B 23
Octal 250 10 227 0 137 12 42 462 133 43
Binary 10101000 1000 10010111 0 1011111 1010 100010 100110010 1011011 100011

Color Harmonies of #A80897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80897

Black with #A80897

Text Example


Text Example

White with #A80897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80897; }

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

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

background-color css

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

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

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

border-color css

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

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

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