#AAB0E5

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

Shades of Perano #AAB0E5

Tints of Perano #AAB0E5

Color information

#AAB0E5 (or 0xAAB0E5) is unknown color: approx Perano. HEX triplet: AA, B0 and E5. RGB value is (170,176,229). Sum of RGB (Red+Green+Blue) = 170+176+229=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0E5 is #554F1A. Grayscale: #B4B4B4. Windows color (decimal): -5590811 or 15052970. OLE color: 15052970.

HSL color Cylindrical-coordinate representation of color #AAB0E5: hue angle of 233.9º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB0E5 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170176229-
CMYK0.260.2300.10
HSL233.9º53.15%78.24%-
HSV(B)233.9º25.76%89.8%-
XYZ46.2545.2580.43-
YUV180.25155.51120.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 229 (89.84% from 255) = 39.83%
R=29.57%
G=30.61%
B=39.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701762290.260.2300.10233.953.1578.24
HexAAB0E51A170Aea354e
Octal252260345322701235265116
Binary101010101011000011100101110101011101010111010101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0E5; }

 p { color: rgb(170,176,229); }

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

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

 a { background-color: rgb(170,176,229); }

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

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

 span { border-color: rgb(170,176,229); }

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