#A50AA6

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

Shades of Dark Magenta #A50AA6

Tints of Dark Magenta #A50AA6

Color information

#A50AA6 (or 0xA50AA6) is unknown color: approx Dark Magenta. HEX triplet: A5, 0A and A6. RGB value is (165,10,166). Sum of RGB (Red+Green+Blue) = 165+10+166=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #A50AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50AA6 is #5AF559. Grayscale: #494949. Windows color (decimal): -5961050 or 10881701. OLE color: 10881701.

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

Color convert

RGB16510166-
CMYK0.010.9400.35
HSL299.62º88.64%34.51%-
HSV(B)299.62º93.98%65.1%-
XYZ22.5110.9737.01-
YUV74.13179.85192.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 10 (4.30% from 255) = 2.93%
BLUE value IS 166 (65.23% from 255) = 48.68%
R=48.39%
G=2.93%
B=48.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165101660.010.9400.35299.6288.6434.51
HexA5AA615E02312c5923
Octal24512246113604345413143
Binary101001011010101001101101111001000111001011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50AA6; }

 p { color: rgb(165,10,166); }

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

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

 a { background-color: rgb(165,10,166); }

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

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

 span { border-color: rgb(165,10,166); }

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