#A50CA2

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

Shades of Dark Magenta #A50CA2

Tints of Dark Magenta #A50CA2

Color information

#A50CA2 (or 0xA50CA2) is unknown color: approx Dark Magenta. HEX triplet: A5, 0C and A2. RGB value is (165,12,162). Sum of RGB (Red+Green+Blue) = 165+12+162=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A50CA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50CA2 is #5AF35D. Grayscale: #4A4A4A. Windows color (decimal): -5960542 or 10620069. OLE color: 10620069.

HSL color Cylindrical-coordinate representation of color #A50CA2: hue angle of 301.18º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50CA2 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16512162-
CMYK00.930.020.35
HSL301.18º86.44%34.71%-
HSV(B)301.18º92.73%64.71%-
XYZ22.1710.8735.11-
YUV74.85177.19192.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 162 (63.67% from 255) = 47.79%
R=48.67%
G=3.54%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651216200.930.020.35301.1886.4434.71
HexA5CA205D22312d5623
Octal24514242013524345512643
Binary1010010111001010001001011101101000111001011011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50CA2; }

 p { color: rgb(165,12,162); }

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

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

 a { background-color: rgb(165,12,162); }

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

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

 span { border-color: rgb(165,12,162); }

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