#AE5AAB

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

Shades of Violet Blue #AE5AAB

Tints of Violet Blue #AE5AAB

Color information

#AE5AAB (or 0xAE5AAB) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and AB. RGB value is (174,90,171). Sum of RGB (Red+Green+Blue) = 174+90+171=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AAB is #51A554. Grayscale: #7C7C7C. Windows color (decimal): -5350741 or 11229870. OLE color: 11229870.

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

Color convert

RGB17490171-
CMYK00.480.020.32
HSL302.14º34.15%51.76%-
HSV(B)302.14º48.28%68.24%-
XYZ28.4619.2540.74-
YUV124.35154.33163.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=40%
G=20.69%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749017100.480.020.32302.1434.1551.76
HexAE5AAB03022012e2234
Octal2561322530602404564264
Binary10101110101101010101011011000010100000100101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AAB; }

 p { color: rgb(174,90,171); }

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

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

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

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

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

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

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