#AC00AB

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

Shades of Deep Magenta #AC00AB

Tints of Deep Magenta #AC00AB

Color information

#AC00AB (or 0xAC00AB) is unknown color: approx Deep Magenta. HEX triplet: AC, 00 and AB. RGB value is (172,0,171). Sum of RGB (Red+Green+Blue) = 172+0+171=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00AB is #53FF54. Grayscale: #464646. Windows color (decimal): -5504853 or 11206828. OLE color: 11206828.

HSL color Cylindrical-coordinate representation of color #AC00AB: hue angle of 300.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00AB is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB1720171-
CMYK010.010.33
HSL300.35º100%33.73%-
HSV(B)300.35º100%67.45%-
XYZ24.3611.7139.5-
YUV70.92184.48200.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=50.15%
G=0%
B=49.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1720171010.010.33300.3510033.73
HexAC0AB06412112c6422
Octal2540253014414145414442
Binary101011000101010110110010011000011001011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC00AB; }

 p { color: rgb(172,0,171); }

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

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

 a { background-color: rgb(172,0,171); }

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

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

 span { border-color: rgb(172,0,171); }

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