#AEABCA

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

Shades of Wistful #AEABCA

Tints of Wistful #AEABCA

Color information

#AEABCA (or 0xAEABCA) is unknown color: approx Wistful. HEX triplet: AE, AB and CA. RGB value is (174,171,202). Sum of RGB (Red+Green+Blue) = 174+171+202=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABCA is #515435. Grayscale: #AFAFAF. Windows color (decimal): -5329974 or 13282222. OLE color: 13282222.

HSL color Cylindrical-coordinate representation of color #AEABCA: hue angle of 245.81º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEABCA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174171202-
CMYK0.140.1500.21
HSL245.81º22.63%73.14%-
HSV(B)245.81º15.35%79.22%-
XYZ42.6842.3961.81-
YUV175.43142.99126.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=31.81%
G=31.26%
B=36.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741712020.140.1500.21245.8122.6373.14
HexAEABCAEF015f61749
Octal256253312161702536627111
Binary1010111010101011110010101110111101010111110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABCA; }

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

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

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

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

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

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

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

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