#AEAAE9

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

Shades of Perano #AEAAE9

Tints of Perano #AEAAE9

Color information

#AEAAE9 (or 0xAEAAE9) is unknown color: approx Perano. HEX triplet: AE, AA and E9. RGB value is (174,170,233). Sum of RGB (Red+Green+Blue) = 174+170+233=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEAAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAAE9 is #515516. Grayscale: #B2B2B2. Windows color (decimal): -5330199 or 15313582. OLE color: 15313582.

HSL color Cylindrical-coordinate representation of color #AEAAE9: hue angle of 243.81º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEAAE9 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174170233-
CMYK0.250.2700.09
HSL243.81º58.88%79.02%-
HSV(B)243.81º27.04%91.37%-
XYZ46.5443.6383.06-
YUV178.38158.83124.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=30.16%
G=29.46%
B=40.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741702330.250.2700.09243.8158.8879.02
HexAEAAE9191B09f43b4f
Octal256252351313301136473117
Binary101011101010101011101001110011101101001111101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAE9; }

 p { color: rgb(174,170,233); }

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

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

 a { background-color: rgb(174,170,233); }

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

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

 span { border-color: rgb(174,170,233); }

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