#AC05BA

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

Shades of Deep Magenta #AC05BA

Tints of Deep Magenta #AC05BA

Color information

#AC05BA (or 0xAC05BA) is unknown color: approx Deep Magenta. HEX triplet: AC, 05 and BA. RGB value is (172,5,186). Sum of RGB (Red+Green+Blue) = 172+5+186=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05BA is #53FA45. Grayscale: #4B4B4B. Windows color (decimal): -5503558 or 12191148. OLE color: 12191148.

HSL color Cylindrical-coordinate representation of color #AC05BA: hue angle of 295.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC05BA is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1725186-
CMYK0.080.9700.27
HSL295.36º94.76%37.45%-
HSV(B)295.36º97.31%72.94%-
XYZ25.9312.4247.49-
YUV75.57190.33196.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=47.38%
G=1.38%
B=51.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17251860.080.9700.27295.3694.7637.45
HexAC5BA86101B1275f25
Octal25452721014103344713745
Binary1010110010110111010100011000010110111001001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC05BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC05BA; }

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

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

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

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

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

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

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

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