#A619A7

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

Shades of Dark Magenta #A619A7

Tints of Dark Magenta #A619A7

Color information

#A619A7 (or 0xA619A7) is unknown color: approx Dark Magenta. HEX triplet: A6, 19 and A7. RGB value is (166,25,167). Sum of RGB (Red+Green+Blue) = 166+25+167=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #A619A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A619A7 is #59E658. Grayscale: #525252. Windows color (decimal): -5891673 or 10951078. OLE color: 10951078.

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

Color convert

RGB16625167-
CMYK0.010.8500.35
HSL299.58º73.96%37.65%-
HSV(B)299.58º85.03%65.49%-
XYZ23.0511.5937.58-
YUV83.35175.21186.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 25 (10.16% from 255) = 6.98%
BLUE value IS 167 (65.62% from 255) = 46.65%
R=46.37%
G=6.98%
B=46.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166251670.010.8500.35299.5873.9637.65
HexA619A715502312c4a26
Octal24631247112504345411246
Binary1010011011001101001111101010101000111001011001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A619A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A619A7; }

 p { color: rgb(166,25,167); }

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

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

 a { background-color: rgb(166,25,167); }

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

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

 span { border-color: rgb(166,25,167); }

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