#AC70AA

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

Shades of Violet Blue #AC70AA

Tints of Violet Blue #AC70AA

Color information

#AC70AA (or 0xAC70AA) is unknown color: approx Violet Blue. HEX triplet: AC, 70 and AA. RGB value is (172,112,170). Sum of RGB (Red+Green+Blue) = 172+112+170=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70AA is #538F55. Grayscale: #888888. Windows color (decimal): -5476182 or 11169964. OLE color: 11169964.

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

Color convert

RGB172112170-
CMYK00.350.010.33
HSL302º26.55%55.69%-
HSV(B)302º34.88%67.45%-
XYZ30.0623.2640.94-
YUV136.55146.88153.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=37.89%
G=24.67%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211217000.350.010.3330226.5555.69
HexAC70AA02312112e1b38
Octal2541602520431414563370
Binary101011001110000101010100100011110000110010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70AA; }

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

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

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

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

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

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

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

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