#A005A5

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

Shades of Dark Magenta #A005A5

Tints of Dark Magenta #A005A5

Color information

#A005A5 (or 0xA005A5) is unknown color: approx Dark Magenta. HEX triplet: A0, 05 and A5. RGB value is (160,5,165). Sum of RGB (Red+Green+Blue) = 160+5+165=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #A005A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005A5 is #5FFA5A. Grayscale: #454545. Windows color (decimal): -6290011 or 10814880. OLE color: 10814880.

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

Color convert

RGB1605165-
CMYK0.030.9700.35
HSL298.12º94.12%33.33%-
HSV(B)298.12º96.97%64.71%-
XYZ21.3410.336.46-
YUV69.59181.85192.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 165 (64.84% from 255) = 50%
R=48.48%
G=1.52%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16051650.030.9700.35298.1294.1233.33
HexA05A536102312a5e21
Octal2405245314104345213641
Binary101000001011010010111110000101000111001010101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A005A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A005A5; }

 p { color: rgb(160,5,165); }

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

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

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

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

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

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

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