#AC09B6

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

Shades of Deep Magenta #AC09B6

Tints of Deep Magenta #AC09B6

Color information

#AC09B6 (or 0xAC09B6) is unknown color: approx Deep Magenta. HEX triplet: AC, 09 and B6. RGB value is (172,9,182). Sum of RGB (Red+Green+Blue) = 172+9+182=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC09B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09B6 is #53F649. Grayscale: #4C4C4C. Windows color (decimal): -5502538 or 11930028. OLE color: 11930028.

HSL color Cylindrical-coordinate representation of color #AC09B6: hue angle of 296.53º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC09B6 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1729182-
CMYK0.050.9500.29
HSL296.53º90.58%37.45%-
HSV(B)296.53º95.05%71.37%-
XYZ25.5512.3445.29-
YUV77.46187195.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 9 (3.91% from 255) = 2.48%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=47.38%
G=2.48%
B=50.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17291820.050.9500.29296.5390.5837.45
HexAC9B655F01D1295b25
Octal25411266513703545113345
Binary1010110010011011011010110111110111011001010011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC09B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC09B6; }

 p { color: rgb(172,9,182); }

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

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

 a { background-color: rgb(172,9,182); }

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

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

 span { border-color: rgb(172,9,182); }

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