#A005A4

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

Shades of Dark Magenta #A005A4

Tints of Dark Magenta #A005A4

Color information

#A005A4 (or 0xA005A4) is unknown color: approx Dark Magenta. HEX triplet: A0, 05 and A4. RGB value is (160,5,164). Sum of RGB (Red+Green+Blue) = 160+5+164=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #A005A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005A4 is #5FFA5B. Grayscale: #444444. Windows color (decimal): -6290012 or 10749344. OLE color: 10749344.

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

Color convert

RGB1605164-
CMYK0.020.9700.36
HSL298.49º94.08%33.14%-
HSV(B)298.49º96.95%64.31%-
XYZ21.2510.2635.98-
YUV69.47181.35192.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=48.63%
G=1.52%
B=49.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16051640.020.9700.36298.4994.0833.14
HexA05A426102412a5e21
Octal2405244214104445213641
Binary101000001011010010010110000101001001001010101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A005A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A005A4; }

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

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

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

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

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

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

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

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