#A514A0

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

Shades of Dark Magenta #A514A0

Tints of Dark Magenta #A514A0

Color information

#A514A0 (or 0xA514A0) is unknown color: approx Dark Magenta. HEX triplet: A5, 14 and A0. RGB value is (165,20,160). Sum of RGB (Red+Green+Blue) = 165+20+160=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A514A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514A0 is #5AEB5F. Grayscale: #4E4E4E. Windows color (decimal): -5958496 or 10491045. OLE color: 10491045.

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

Color convert

RGB16520160-
CMYK00.880.030.35
HSL302.07º78.38%36.27%-
HSV(B)302.07º87.88%64.71%-
XYZ22.1111.0434.22-
YUV79.32173.54189.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 20 (8.20% from 255) = 5.80%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=47.83%
G=5.80%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652016000.880.030.35302.0778.3836.27
HexA514A005832312e4e24
Octal24524240013034345611644
Binary10100101101001010000001011000111000111001011101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A514A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A514A0; }

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

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

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

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

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

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

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

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