#AEA9EC

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

Shades of Perano #AEA9EC

Tints of Perano #AEA9EC

Color information

#AEA9EC (or 0xAEA9EC) is unknown color: approx Perano. HEX triplet: AE, A9 and EC. RGB value is (174,169,236). Sum of RGB (Red+Green+Blue) = 174+169+236=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA9EC is #515613. Grayscale: #B1B1B1. Windows color (decimal): -5330452 or 15509934. OLE color: 15509934.

HSL color Cylindrical-coordinate representation of color #AEA9EC: hue angle of 244.48º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEA9EC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174169236-
CMYK0.260.2800.07
HSL244.48º63.81%79.41%-
HSV(B)244.48º28.39%92.55%-
XYZ46.7843.4385.27-
YUV178.13160.66125.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=30.05%
G=29.19%
B=40.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741692360.260.2800.07244.4863.8179.41
HexAEA9EC1A1C07f4404f
Octal256251354323407364100117
Binary101011101010100111101100110101110001111111010010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9EC; }

 p { color: rgb(174,169,236); }

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

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

 a { background-color: rgb(174,169,236); }

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

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

 span { border-color: rgb(174,169,236); }

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