#A402A0

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

Shades of Dark Magenta #A402A0

Tints of Dark Magenta #A402A0

Color information

#A402A0 (or 0xA402A0) is unknown color: approx Dark Magenta. HEX triplet: A4, 02 and A0. RGB value is (164,2,160). Sum of RGB (Red+Green+Blue) = 164+2+160=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A402A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A402A0 is #5BFD5F. Grayscale: #434343. Windows color (decimal): -6028640 or 10486436. OLE color: 10486436.

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

Color convert

RGB1642160-
CMYK00.990.020.36
HSL301.48º97.59%32.55%-
HSV(B)301.48º98.78%64.31%-
XYZ21.6810.4734.14-
YUV68.45179.67196.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 160 (62.89% from 255) = 49.08%
R=50.31%
G=0.61%
B=49.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164216000.990.020.36301.4897.5932.55
HexA42A006322412d6221
Octal2442240014324445514241
Binary10100100101010000001100011101001001001011011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A402A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A402A0; }

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

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

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

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

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

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

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

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