#AEA6E6

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

Shades of Wistful #AEA6E6

Tints of Wistful #AEA6E6

Color information

#AEA6E6 (or 0xAEA6E6) is unknown color: approx Wistful. HEX triplet: AE, A6 and E6. RGB value is (174,166,230). Sum of RGB (Red+Green+Blue) = 174+166+230=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEA6E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6E6 is #515919. Grayscale: #AFAFAF. Windows color (decimal): -5331226 or 15115950. OLE color: 15115950.

HSL color Cylindrical-coordinate representation of color #AEA6E6: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEA6E6 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174166230-
CMYK0.240.2800.10
HSL247.5º56.14%77.65%-
HSV(B)247.5º27.83%90.2%-
XYZ45.3741.9880.58-
YUV175.69158.65126.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 230 (90.23% from 255) = 40.35%
R=30.53%
G=29.12%
B=40.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741662300.240.2800.10247.556.1477.65
HexAEA6E6181C0Af8384e
Octal256246346303401237070116
Binary101011101010011011100110110001110001010111110001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6E6; }

 p { color: rgb(174,166,230); }

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

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

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

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

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

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

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