#AE54AD

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

Shades of Violet Blue #AE54AD

Tints of Violet Blue #AE54AD

Color information

#AE54AD (or 0xAE54AD) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and AD. RGB value is (174,84,173). Sum of RGB (Red+Green+Blue) = 174+84+173=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE54AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE54AD is #51AB52. Grayscale: #787878. Windows color (decimal): -5352275 or 11359406. OLE color: 11359406.

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

Color convert

RGB17484173-
CMYK00.520.010.32
HSL300.67º35.71%50.59%-
HSV(B)300.67º51.72%68.24%-
XYZ28.1718.3641.59-
YUV121.06157.32165.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=40.37%
G=19.49%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748417300.520.010.32300.6735.7150.59
HexAE54AD03412012d2433
Octal2561242550641404554463
Binary1010111010101001010110101101001100000100101101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54AD; }

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

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

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

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

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

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

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

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