#A502A5

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

Shades of Dark Magenta #A502A5

Tints of Dark Magenta #A502A5

Color information

#A502A5 (or 0xA502A5) is unknown color: approx Dark Magenta. HEX triplet: A5, 02 and A5. RGB value is (165,2,165). Sum of RGB (Red+Green+Blue) = 165+2+165=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A502A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502A5 is #5AFD5A. Grayscale: #444444. Windows color (decimal): -5963099 or 10814117. OLE color: 10814117.

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

Color convert

RGB1652165-
CMYK00.9900.35
HSL300º97.6%32.75%-
HSV(B)300º98.79%64.71%-
XYZ22.3310.7636.5-
YUV69.32182196.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 165 (64.84% from 255) = 49.70%
R=49.70%
G=0.60%
B=49.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165216500.9900.3530097.632.75
HexA52A506302312c6221
Octal2452245014304345414241
Binary1010010110101001010110001101000111001011001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A502A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A502A5; }

 p { color: rgb(165,2,165); }

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

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

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

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

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

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

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