#A10CA2

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

Shades of Dark Magenta #A10CA2

Tints of Dark Magenta #A10CA2

Color information

#A10CA2 (or 0xA10CA2) is unknown color: approx Dark Magenta. HEX triplet: A1, 0C and A2. RGB value is (161,12,162). Sum of RGB (Red+Green+Blue) = 161+12+162=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #A10CA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10CA2 is #5EF35D. Grayscale: #494949. Windows color (decimal): -6222686 or 10620065. OLE color: 10620065.

HSL color Cylindrical-coordinate representation of color #A10CA2: hue angle of 299.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10CA2 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16112162-
CMYK0.010.9300.36
HSL299.6º86.21%34.12%-
HSV(B)299.6º92.59%63.53%-
XYZ21.3510.4535.07-
YUV73.65177.86190.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 162 (63.67% from 255) = 48.36%
R=48.06%
G=3.58%
B=48.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161121620.010.9300.36299.686.2134.12
HexA1CA215D02412c5622
Octal24114242113504445412642
Binary101000011100101000101101110101001001001011001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10CA2; }

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

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

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

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

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

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

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

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