#AE54AA

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

Shades of Violet Blue #AE54AA

Tints of Violet Blue #AE54AA

Color information

#AE54AA (or 0xAE54AA) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and AA. RGB value is (174,84,170). Sum of RGB (Red+Green+Blue) = 174+84+170=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE54AA is #51AB55. Grayscale: #787878. Windows color (decimal): -5352278 or 11162798. OLE color: 11162798.

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

Color convert

RGB17484170-
CMYK00.520.020.32
HSL302.67º35.71%50.59%-
HSV(B)302.67º51.72%68.24%-
XYZ27.8818.2440.08-
YUV120.71155.82166.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=40.65%
G=19.63%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748417000.520.020.32302.6735.7150.59
HexAE54AA03422012f2433
Octal2561242520642404574463
Binary10101110101010010101010011010010100000100101111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54AA; }

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

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

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

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

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

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

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

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