#a505a1

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

Shades of Dark Magenta #A505A1

Tints of Dark Magenta #A505A1

Color information

#A505A1 (or 0xA505A1) is unknown color: approx Dark Magenta. HEX triplet: A5, 05 and A1. RGB value is (165,5,161). Sum of RGB (Red+Green+Blue) = 165+5+161=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A505A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505A1 is #5AFA5E. Grayscale: #464646. Windows color (decimal): -5962335 or 10552741. OLE color: 10552741.

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

Color convert

RGB1655161-
CMYK00.970.020.35
HSL301.5º94.12%33.33%-
HSV(B)301.5º96.97%64.71%-
XYZ2210.6834.62-
YUV70.62179.01195.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 161 (63.28% from 255) = 48.64%
R=49.85%
G=1.51%
B=48.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165516100.970.020.35301.594.1233.33
HexA55A106122312e5e21
Octal2455241014124345613641
Binary101001011011010000101100001101000111001011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a505a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a505a1; }

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

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

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

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

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

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

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

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