#AAA8E9

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

Shades of Perano #AAA8E9

Tints of Perano #AAA8E9

Color information

#AAA8E9 (or 0xAAA8E9) is unknown color: approx Perano. HEX triplet: AA, A8 and E9. RGB value is (170,168,233). Sum of RGB (Red+Green+Blue) = 170+168+233=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAA8E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA8E9 is #555716. Grayscale: #AFAFAF. Windows color (decimal): -5592855 or 15313066. OLE color: 15313066.

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

Color convert

RGB170168233-
CMYK0.270.2800.09
HSL241.85º59.63%78.63%-
HSV(B)241.85º27.9%91.37%-
XYZ45.2942.4382.89-
YUV176.01160.16123.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 168 (66.02% from 255) = 29.42%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=29.77%
G=29.42%
B=40.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701682330.270.2800.09241.8559.6378.63
HexAAA8E91B1C09f23c4f
Octal252250351333401136274117
Binary101010101010100011101001110111110001001111100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8E9; }

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

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

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

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

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

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

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

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