#AE55AE

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

Shades of Violet Blue #AE55AE

Tints of Violet Blue #AE55AE

Color information

#AE55AE (or 0xAE55AE) is unknown color: approx Violet Blue. HEX triplet: AE, 55 and AE. RGB value is (174,85,174). Sum of RGB (Red+Green+Blue) = 174+85+174=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE55AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE55AE is #51AA51. Grayscale: #797979. Windows color (decimal): -5352018 or 11425198. OLE color: 11425198.

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

Color convert

RGB17485174-
CMYK00.5100.32
HSL300º35.46%50.78%-
HSV(B)300º51.15%68.24%-
XYZ28.3418.5542.13-
YUV121.76157.49165.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=40.18%
G=19.63%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748517400.5100.3230035.4650.78
HexAE55AE03302012c2333
Octal2561252560630404544363
Binary1010111010101011010111001100110100000100101100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55AE; }

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

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

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

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

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

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

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

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