#A61699

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

Shades of Dark Magenta #A61699

Tints of Dark Magenta #A61699

Color information

#A61699 (or 0xA61699) is unknown color: approx Dark Magenta. HEX triplet: A6, 16 and 99. RGB value is (166,22,153). Sum of RGB (Red+Green+Blue) = 166+22+153=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A61699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61699 is #59E966. Grayscale: #4F4F4F. Windows color (decimal): -5892455 or 10032806. OLE color: 10032806.

HSL color Cylindrical-coordinate representation of color #A61699: hue angle of 305.42º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61699 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16622153-
CMYK00.870.080.35
HSL305.42º76.6%36.86%-
HSV(B)305.42º86.75%65.1%-
XYZ21.7610.9831.11-
YUV79.99169.21189.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=48.68%
G=6.45%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662215300.870.080.35305.4276.636.86
HexA616990578231314d25
Octal246262310127104346111545
Binary1010011010110100110010101011110001000111001100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61699; }

 p { color: rgb(166,22,153); }

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

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

 a { background-color: rgb(166,22,153); }

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

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

 span { border-color: rgb(166,22,153); }

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