#A902AC

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

Shades of Dark Magenta #A902AC

Tints of Dark Magenta #A902AC

Color information

#A902AC (or 0xA902AC) is unknown color: approx Dark Magenta. HEX triplet: A9, 02 and AC. RGB value is (169,2,172). Sum of RGB (Red+Green+Blue) = 169+2+172=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #A902AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A902AC is #56FD53. Grayscale: #464646. Windows color (decimal): -5700948 or 11272873. OLE color: 11272873.

HSL color Cylindrical-coordinate representation of color #A902AC: hue angle of 298.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902AC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1692172-
CMYK0.020.9900.33
HSL298.94º97.7%34.12%-
HSV(B)298.94º98.84%67.45%-
XYZ23.8311.4639.99-
YUV71.31184.83197.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=49.27%
G=0.58%
B=50.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16921720.020.9900.33298.9497.734.12
HexA92AC26302112b6222
Octal2512254214304145314242
Binary10101001101010110010110001101000011001010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A902AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A902AC; }

 p { color: rgb(169,2,172); }

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

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

 a { background-color: rgb(169,2,172); }

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

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

 span { border-color: rgb(169,2,172); }

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