#AAA5EC

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

Shades of Perano #AAA5EC

Tints of Perano #AAA5EC

Color information

#AAA5EC (or 0xAAA5EC) is unknown color: approx Perano. HEX triplet: AA, A5 and EC. RGB value is (170,165,236). Sum of RGB (Red+Green+Blue) = 170+165+236=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAA5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5EC is #555A13. Grayscale: #AEAEAE. Windows color (decimal): -5593620 or 15508906. OLE color: 15508906.

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

Color convert

RGB170165236-
CMYK0.280.3000.07
HSL244.23º65.14%78.63%-
HSV(B)244.23º30.08%92.55%-
XYZ45.1741.5184.99-
YUV174.59162.66124.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=29.77%
G=28.90%
B=41.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701652360.280.3000.07244.2365.1478.63
HexAAA5EC1C1E07f4414f
Octal252245354343607364101117
Binary101010101010010111101100111001111001111111010010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5EC; }

 p { color: rgb(170,165,236); }

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

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

 a { background-color: rgb(170,165,236); }

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

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

 span { border-color: rgb(170,165,236); }

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