#AE5CAB

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

Shades of Violet Blue #AE5CAB

Tints of Violet Blue #AE5CAB

Color information

#AE5CAB (or 0xAE5CAB) is unknown color: approx Violet Blue. HEX triplet: AE, 5C and AB. RGB value is (174,92,171). Sum of RGB (Red+Green+Blue) = 174+92+171=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5CAB is #51A354. Grayscale: #7D7D7D. Windows color (decimal): -5350229 or 11230382. OLE color: 11230382.

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

Color convert

RGB17492171-
CMYK00.470.020.32
HSL302.2º33.61%52.16%-
HSV(B)302.2º47.13%68.24%-
XYZ28.6319.5940.8-
YUV125.52153.67162.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=39.82%
G=21.05%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749217100.470.020.32302.233.6152.16
HexAE5CAB02F22012e2234
Octal2561342530572404564264
Binary10101110101110010101011010111110100000100101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CAB; }

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

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

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

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

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

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

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

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