#AC05AF

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

Shades of Deep Magenta #AC05AF

Tints of Deep Magenta #AC05AF

Color information

#AC05AF (or 0xAC05AF) is unknown color: approx Deep Magenta. HEX triplet: AC, 05 and AF. RGB value is (172,5,175). Sum of RGB (Red+Green+Blue) = 172+5+175=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC05AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC05AF is #53FA50. Grayscale: #494949. Windows color (decimal): -5503569 or 11470252. OLE color: 11470252.

HSL color Cylindrical-coordinate representation of color #AC05AF: hue angle of 298.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC05AF is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1725175-
CMYK0.020.9700.31
HSL298.94º94.44%35.29%-
HSV(B)298.94º97.14%68.63%-
XYZ24.8111.9741.56-
YUV74.31184.83197.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=48.86%
G=1.42%
B=49.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17251750.020.9700.31298.9494.4435.29
HexAC5AF26101F12b5e23
Octal2545257214103745313643
Binary10101100101101011111011000010111111001010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC05AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC05AF; }

 p { color: rgb(172,5,175); }

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

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

 a { background-color: rgb(172,5,175); }

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

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

 span { border-color: rgb(172,5,175); }

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