#A61A93

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

Shades of Dark Magenta #A61A93

Tints of Dark Magenta #A61A93

Color information

#A61A93 (or 0xA61A93) is unknown color: approx Dark Magenta. HEX triplet: A6, 1A and 93. RGB value is (166,26,147). Sum of RGB (Red+Green+Blue) = 166+26+147=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61A93 is #59E56C. Grayscale: #515151. Windows color (decimal): -5891437 or 9640614. OLE color: 9640614.

HSL color Cylindrical-coordinate representation of color #A61A93: hue angle of 308.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A93 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16626147-
CMYK00.840.110.35
HSL308.14º72.92%37.65%-
HSV(B)308.14º84.34%65.1%-
XYZ21.3610.9528.59-
YUV81.65164.88188.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=48.97%
G=7.67%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662614700.840.110.35308.1472.9237.65
HexA61A93054B231344926
Octal246322230124134346411146
Binary1010011011010100100110101010010111000111001101001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61A93; }

 p { color: rgb(166,26,147); }

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

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

 a { background-color: rgb(166,26,147); }

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

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

 span { border-color: rgb(166,26,147); }

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