#A505A0

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

Shades of Dark Magenta #A505A0

Tints of Dark Magenta #A505A0

Color information

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

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

Color convert

RGB1655160-
CMYK00.970.030.35
HSL301.88º94.12%33.33%-
HSV(B)301.88º96.97%64.71%-
XYZ21.9210.6534.16-
YUV70.51178.51195.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165516000.970.030.35301.8894.1233.33
HexA55A006132312e5e21
Octal2455240014134345613641
Binary101001011011010000001100001111000111001011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A505A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A505A0; }

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

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

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

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

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

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

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

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