#AE55AA

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

Shades of Violet Blue #AE55AA

Tints of Violet Blue #AE55AA

Color information

#AE55AA (or 0xAE55AA) is unknown color: approx Violet Blue. HEX triplet: AE, 55 and AA. RGB value is (174,85,170). Sum of RGB (Red+Green+Blue) = 174+85+170=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE55AA is #51AA55. Grayscale: #797979. Windows color (decimal): -5352022 or 11163054. OLE color: 11163054.

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

Color convert

RGB17485170-
CMYK00.510.020.32
HSL302.7º35.46%50.78%-
HSV(B)302.7º51.15%68.24%-
XYZ27.9618.440.11-
YUV121.3155.49165.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=40.56%
G=19.81%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748517000.510.020.32302.735.4650.78
HexAE55AA03322012f2333
Octal2561252520632404574363
Binary10101110101010110101010011001110100000100101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55AA; }

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

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

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

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

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

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

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

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