#AAB9F1

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

Shades of Perano #AAB9F1

Tints of Perano #AAB9F1

Color information

#AAB9F1 (or 0xAAB9F1) is unknown color: approx Perano. HEX triplet: AA, B9 and F1. RGB value is (170,185,241). Sum of RGB (Red+Green+Blue) = 170+185+241=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9F1 is #55460E. Grayscale: #BABABA. Windows color (decimal): -5588495 or 15841706. OLE color: 15841706.

HSL color Cylindrical-coordinate representation of color #AAB9F1: hue angle of 227.32º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB9F1 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170185241-
CMYK0.290.2300.05
HSL227.32º71.72%80.59%-
HSV(B)227.32º29.46%94.51%-
XYZ49.849.5990.17-
YUV186.9158.53115.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=28.52%
G=31.04%
B=40.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701852410.290.2300.05227.3271.7280.59
HexAAB9F11D1705e34851
Octal252271361352705343110121
Binary101010101011100111110001111011011101011110001110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9F1; }

 p { color: rgb(170,185,241); }

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

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

 a { background-color: rgb(170,185,241); }

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

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

 span { border-color: rgb(170,185,241); }

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