#AE55AC

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

Shades of Violet Blue #AE55AC

Tints of Violet Blue #AE55AC

Color information

#AE55AC (or 0xAE55AC) is unknown color: approx Violet Blue. HEX triplet: AE, 55 and AC. RGB value is (174,85,172). Sum of RGB (Red+Green+Blue) = 174+85+172=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE55AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE55AC is #51AA53. Grayscale: #797979. Windows color (decimal): -5352020 or 11294126. OLE color: 11294126.

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

Color convert

RGB17485172-
CMYK00.510.010.32
HSL301.35º35.46%50.78%-
HSV(B)301.35º51.15%68.24%-
XYZ28.1518.4741.11-
YUV121.53156.49165.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748517200.510.010.32301.3535.4650.78
HexAE55AC03312012d2333
Octal2561252540631404554363
Binary1010111010101011010110001100111100000100101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55AC; }

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

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

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

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

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

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

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

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