#AC71AA

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

Shades of Violet Blue #AC71AA

Tints of Violet Blue #AC71AA

Color information

#AC71AA (or 0xAC71AA) is unknown color: approx Violet Blue. HEX triplet: AC, 71 and AA. RGB value is (172,113,170). Sum of RGB (Red+Green+Blue) = 172+113+170=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71AA is #538E55. Grayscale: #888888. Windows color (decimal): -5475926 or 11170220. OLE color: 11170220.

HSL color Cylindrical-coordinate representation of color #AC71AA: hue angle of 302.03º 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 #AC71AA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172113170-
CMYK00.340.010.33
HSL302.03º26.22%55.88%-
HSV(B)302.03º34.3%67.45%-
XYZ30.1723.4840.97-
YUV137.14146.55152.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=37.80%
G=24.84%
B=37.36%

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
Decimal17211317000.340.010.33302.0326.2255.88
HexAC71AA02212112e1a38
Octal2541612520421414563270
Binary101011001110001101010100100010110000110010111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71AA; }

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

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

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

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

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

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

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

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