#AAABE1

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

Shades of Perano #AAABE1

Tints of Perano #AAABE1

Color information

#AAABE1 (or 0xAAABE1) is unknown color: approx Perano. HEX triplet: AA, AB and E1. RGB value is (170,171,225). Sum of RGB (Red+Green+Blue) = 170+171+225=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAABE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABE1 is #55541E. Grayscale: #B0B0B0. Windows color (decimal): -5592095 or 14789546. OLE color: 14789546.

HSL color Cylindrical-coordinate representation of color #AAABE1: hue angle of 238.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAABE1 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170171225-
CMYK0.240.2400.12
HSL238.91º47.83%77.45%-
HSV(B)238.91º24.44%88.24%-
XYZ44.7343.1177.2-
YUV176.86155.17123.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=30.04%
G=30.21%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701712250.240.2400.12238.9147.8377.45
HexAAABE118180Cef304d
Octal252253341303001435760115
Binary101010101010101111100001110001100001100111011111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABE1; }

 p { color: rgb(170,171,225); }

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

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

 a { background-color: rgb(170,171,225); }

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

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

 span { border-color: rgb(170,171,225); }

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