#AE54AE

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

Shades of Violet Blue #AE54AE

Tints of Violet Blue #AE54AE

Color information

#AE54AE (or 0xAE54AE) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and AE. RGB value is (174,84,174). Sum of RGB (Red+Green+Blue) = 174+84+174=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE54AE is #51AB51. Grayscale: #787878. Windows color (decimal): -5352274 or 11424942. OLE color: 11424942.

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

Color convert

RGB17484174-
CMYK00.5200.32
HSL300º35.71%50.59%-
HSV(B)300º51.72%68.24%-
XYZ28.2718.442.11-
YUV121.17157.82165.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=40.28%
G=19.44%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748417400.5200.3230035.7150.59
HexAE54AE03402012c2433
Octal2561242560640404544463
Binary1010111010101001010111001101000100000100101100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54AE; }

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

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

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

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

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

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

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

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