#AAA5EF

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

Shades of Perano #AAA5EF

Tints of Perano #AAA5EF

Color information

#AAA5EF (or 0xAAA5EF) is unknown color: approx Perano. HEX triplet: AA, A5 and EF. RGB value is (170,165,239). Sum of RGB (Red+Green+Blue) = 170+165+239=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAA5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5EF is #555A10. Grayscale: #AEAEAE. Windows color (decimal): -5593617 or 15705514. OLE color: 15705514.

HSL color Cylindrical-coordinate representation of color #AAA5EF: hue angle of 244.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA5EF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170165239-
CMYK0.290.3100.06
HSL244.05º69.81%79.22%-
HSV(B)244.05º30.96%93.73%-
XYZ45.6141.6987.3-
YUV174.93164.16124.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=29.62%
G=28.75%
B=41.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701652390.290.3100.06244.0569.8179.22
HexAAA5EF1D1F06f4464f
Octal252245357353706364106117
Binary101010101010010111101111111011111101101111010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5EF; }

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

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

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

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

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

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

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

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