#AC75AA

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

Shades of Violet Blue #AC75AA

Tints of Violet Blue #AC75AA

Color information

#AC75AA (or 0xAC75AA) is unknown color: approx Violet Blue. HEX triplet: AC, 75 and AA. RGB value is (172,117,170). Sum of RGB (Red+Green+Blue) = 172+117+170=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75AA is #538A55. Grayscale: #8B8B8B. Windows color (decimal): -5474902 or 11171244. OLE color: 11171244.

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

Color convert

RGB172117170-
CMYK00.320.010.33
HSL302.18º24.89%56.67%-
HSV(B)302.18º31.98%67.45%-
XYZ30.6324.441.12-
YUV139.49145.22151.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=37.47%
G=25.49%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211717000.320.010.33302.1824.8956.67
HexAC75AA02012112e1939
Octal2541652520401414563171
Binary101011001110101101010100100000110000110010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75AA; }

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

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

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

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

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

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

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

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