#A00FAC

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

Shades of Dark Magenta #A00FAC

Tints of Dark Magenta #A00FAC

Color information

#A00FAC (or 0xA00FAC) is unknown color: approx Dark Magenta. HEX triplet: A0, 0F and AC. RGB value is (160,15,172). Sum of RGB (Red+Green+Blue) = 160+15+172=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #A00FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FAC is #5FF053. Grayscale: #4B4B4B. Windows color (decimal): -6287444 or 11276192. OLE color: 11276192.

HSL color Cylindrical-coordinate representation of color #A00FAC: hue angle of 295.41º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00FAC is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16015172-
CMYK0.070.9100.33
HSL295.41º83.96%36.67%-
HSV(B)295.41º91.28%67.45%-
XYZ22.1110.7939.95-
YUV76.25182.04187.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 15 (6.25% from 255) = 4.32%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=46.11%
G=4.32%
B=49.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160151720.070.9100.33295.4183.9636.67
HexA0FAC75B0211275425
Octal24017254713304144712445
Binary10100000111110101100111101101101000011001001111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00FAC; }

 p { color: rgb(160,15,172); }

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

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

 a { background-color: rgb(160,15,172); }

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

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

 span { border-color: rgb(160,15,172); }

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