#A514AE

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

Shades of Dark Magenta #A514AE

Tints of Dark Magenta #A514AE

Color information

#A514AE (or 0xA514AE) is unknown color: approx Dark Magenta. HEX triplet: A5, 14 and AE. RGB value is (165,20,174). Sum of RGB (Red+Green+Blue) = 165+20+174=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #A514AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514AE is #5AEB51. Grayscale: #505050. Windows color (decimal): -5958482 or 11408549. OLE color: 11408549.

HSL color Cylindrical-coordinate representation of color #A514AE: hue angle of 296.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A514AE is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16520174-
CMYK0.050.8900.32
HSL296.49º79.38%38.04%-
HSV(B)296.49º88.51%68.24%-
XYZ23.4111.5641.04-
YUV80.91180.54187.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 20 (8.20% from 255) = 5.57%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=45.96%
G=5.57%
B=48.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165201740.050.8900.32296.4979.3838.04
HexA514AE5590201284f26
Octal24524256513104045011746
Binary101001011010010101110101101100101000001001010001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A514AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A514AE; }

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

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

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

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

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

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

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

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