#A105A5

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

Shades of Dark Magenta #A105A5

Tints of Dark Magenta #A105A5

Color information

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

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

Color convert

RGB1615165-
CMYK0.020.9700.35
HSL298.5º94.12%33.33%-
HSV(B)298.5º96.97%64.71%-
XYZ21.5410.436.47-
YUV69.88181.68192.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=48.64%
G=1.51%
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.35
SystemRedGreenBlueCMYKHSL
Decimal16151650.020.9700.35298.594.1233.33
HexA15A526102312a5e21
Octal2415245214104345213641
Binary101000011011010010110110000101000111001010101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A105A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A105A5; }

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

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

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

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

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

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

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

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