#A5029D

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

Shades of Dark Magenta #A5029D

Tints of Dark Magenta #A5029D

Color information

#A5029D (or 0xA5029D) is unknown color: approx Dark Magenta. HEX triplet: A5, 02 and 9D. RGB value is (165,2,157). Sum of RGB (Red+Green+Blue) = 165+2+157=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5029D is #5AFD62. Grayscale: #434343. Windows color (decimal): -5963107 or 10289829. OLE color: 10289829.

HSL color Cylindrical-coordinate representation of color #A5029D: hue angle of 302.94º 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 #A5029D is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB1652157-
CMYK00.990.050.35
HSL302.94º97.6%32.75%-
HSV(B)302.94º98.79%64.71%-
XYZ21.6210.4832.78-
YUV68.41178196.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=50.93%
G=0.62%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165215700.990.050.35302.9497.632.75
HexA529D06352312f6221
Octal2452235014354345714241
Binary101001011010011101011000111011000111001011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5029D; }

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

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

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

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

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

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

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

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