#A61297

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

Shades of Dark Magenta #A61297

Tints of Dark Magenta #A61297

Color information

#A61297 (or 0xA61297) is unknown color: approx Dark Magenta. HEX triplet: A6, 12 and 97. RGB value is (166,18,151). Sum of RGB (Red+Green+Blue) = 166+18+151=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A61297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61297 is #59ED68. Grayscale: #4D4D4D. Windows color (decimal): -5893481 or 9900710. OLE color: 9900710.

HSL color Cylindrical-coordinate representation of color #A61297: hue angle of 306.08º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61297 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16618151-
CMYK00.890.090.35
HSL306.08º80.43%36.08%-
HSV(B)306.08º89.16%65.1%-
XYZ21.5310.7730.22-
YUV77.41169.53191.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=49.55%
G=5.37%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661815100.890.090.35306.0880.4336.08
HexA612970599231325024
Octal246222270131114346212044
Binary1010011010010100101110101100110011000111001100101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61297; }

 p { color: rgb(166,18,151); }

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

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

 a { background-color: rgb(166,18,151); }

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

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

 span { border-color: rgb(166,18,151); }

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