#AC55AE

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

Shades of Violet Blue #AC55AE

Tints of Violet Blue #AC55AE

Color information

#AC55AE (or 0xAC55AE) is unknown color: approx Violet Blue. HEX triplet: AC, 55 and AE. RGB value is (172,85,174). Sum of RGB (Red+Green+Blue) = 172+85+174=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC55AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC55AE is #53AA51. Grayscale: #787878. Windows color (decimal): -5483090 or 11425196. OLE color: 11425196.

HSL color Cylindrical-coordinate representation of color #AC55AE: hue angle of 298.65º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC55AE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17285174-
CMYK0.010.5100.32
HSL298.65º35.46%50.78%-
HSV(B)298.65º51.15%68.24%-
XYZ27.918.3242.11-
YUV121.16157.82164.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=39.91%
G=19.72%
B=40.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172851740.010.5100.32298.6535.4650.78
HexAC55AE13302012b2333
Octal2541252561630404534363
Binary1010110010101011010111011100110100000100101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC55AE; }

 p { color: rgb(172,85,174); }

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

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

 a { background-color: rgb(172,85,174); }

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

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

 span { border-color: rgb(172,85,174); }

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