#A402AC

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

Shades of Dark Magenta #A402AC

Tints of Dark Magenta #A402AC

Color information

#A402AC (or 0xA402AC) is unknown color: approx Dark Magenta. HEX triplet: A4, 02 and AC. RGB value is (164,2,172). Sum of RGB (Red+Green+Blue) = 164+2+172=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #A402AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A402AC is #5BFD53. Grayscale: #454545. Windows color (decimal): -6028628 or 11272868. OLE color: 11272868.

HSL color Cylindrical-coordinate representation of color #A402AC: hue angle of 297.18º 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 #A402AC is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1642172-
CMYK0.050.9900.33
HSL297.18º97.7%34.12%-
HSV(B)297.18º98.84%67.45%-
XYZ22.7810.9139.94-
YUV69.82185.67195.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 172 (67.58% from 255) = 50.89%
R=48.52%
G=0.59%
B=50.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16421720.050.9900.33297.1897.734.12
HexA42AC5630211296222
Octal2442254514304145114242
Binary101001001010101100101110001101000011001010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A402AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A402AC; }

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

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

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

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

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

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

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

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