#AC07B2

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

Shades of Deep Magenta #AC07B2

Tints of Deep Magenta #AC07B2

Color information

#AC07B2 (or 0xAC07B2) is unknown color: approx Deep Magenta. HEX triplet: AC, 07 and B2. RGB value is (172,7,178). Sum of RGB (Red+Green+Blue) = 172+7+178=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC07B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC07B2 is #53F84D. Grayscale: #4B4B4B. Windows color (decimal): -5503054 or 11667372. OLE color: 11667372.

HSL color Cylindrical-coordinate representation of color #AC07B2: hue angle of 297.89º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC07B2 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1727178-
CMYK0.030.9600.30
HSL297.89º92.43%36.27%-
HSV(B)297.89º96.07%69.8%-
XYZ25.1312.1443.14-
YUV75.83185.66196.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 7 (3.12% from 255) = 1.96%
BLUE value IS 178 (69.92% from 255) = 49.86%
R=48.18%
G=1.96%
B=49.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17271780.030.9600.30297.8992.4336.27
HexAC7B236001E12a5c24
Octal2547262314003645213444
Binary10101100111101100101111000000111101001010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC07B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC07B2; }

 p { color: rgb(172,7,178); }

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

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

 a { background-color: rgb(172,7,178); }

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

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

 span { border-color: rgb(172,7,178); }

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