#A81897

Color #A81897 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A81897

Tints of Dark Magenta #A81897

Color information

#A81897 (or 0xA81897) is unknown color: approx Dark Magenta. HEX triplet: A8, 18 and 97. RGB value is (168,24,151). Sum of RGB (Red+Green+Blue) = 168+24+151=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A81897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81897 is #57E768. Grayscale: #515151. Windows color (decimal): -5760873 or 9902248. OLE color: 9902248.

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

Color convert

RGB16824151-
CMYK00.860.100.34
HSL307.08º75%37.65%-
HSV(B)307.08º85.71%65.88%-
XYZ22.0611.2130.28-
YUV81.53167.21189.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 24 (9.77% from 255) = 7.00%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=48.98%
G=7.00%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682415100.860.100.34307.087537.65
HexA81897056A221334b26
Octal250302270126124246311346
Binary1010100011000100101110101011010101000101001100111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81897; }

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

 H1.HeaderClassName
 {
   color: #A81897;
 }
 .AnyTagClassName
 {
   color: #A81897;
 }
</style>
background-color css

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

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

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

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

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

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