#AC72AA

Color #AC72AA Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AC72AA

Tints of Violet Blue #AC72AA

Color information

#AC72AA (or 0xAC72AA) is unknown color: approx Violet Blue. HEX triplet: AC, 72 and AA. RGB value is (172,114,170). Sum of RGB (Red+Green+Blue) = 172+114+170=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC72AA is #538D55. Grayscale: #898989. Windows color (decimal): -5475670 or 11170476. OLE color: 11170476.

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

Color convert

RGB172114170-
CMYK00.340.010.33
HSL302.07º25.89%56.08%-
HSV(B)302.07º33.72%67.45%-
XYZ30.2923.7141.01-
YUV137.73146.22152.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=37.72%
G=25%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211417000.340.010.33302.0725.8956.08
HexAC72AA02212112e1a38
Octal2541622520421414563270
Binary101011001110010101010100100010110000110010111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72AA; }

 p { color: rgb(172,114,170); }

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

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

 a { background-color: rgb(172,114,170); }

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

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

 span { border-color: rgb(172,114,170); }

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