#A102A2

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

Shades of Dark Magenta #A102A2

Tints of Dark Magenta #A102A2

Color information

#A102A2 (or 0xA102A2) is unknown color: approx Dark Magenta. HEX triplet: A1, 02 and A2. RGB value is (161,2,162). Sum of RGB (Red+Green+Blue) = 161+2+162=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #A102A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A102A2 is #5EFD5D. Grayscale: #434343. Windows color (decimal): -6225246 or 10617505. OLE color: 10617505.

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

Color convert

RGB1612162-
CMYK0.010.9900.36
HSL299.62º97.56%32.16%-
HSV(B)299.62º98.77%63.53%-
XYZ21.2410.2335.04-
YUV67.78181.18194.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=49.54%
G=0.62%
B=49.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16121620.010.9900.36299.6297.5632.16
HexA12A216302412c6220
Octal2412242114304445414240
Binary1010000110101000101110001101001001001011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A102A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A102A2; }

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

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

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

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

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

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

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

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