#AAB9F3

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

Shades of Perano #AAB9F3

Tints of Perano #AAB9F3

Color information

#AAB9F3 (or 0xAAB9F3) is unknown color: approx Perano. HEX triplet: AA, B9 and F3. RGB value is (170,185,243). Sum of RGB (Red+Green+Blue) = 170+185+243=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAB9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9F3 is #55460C. Grayscale: #BABABA. Windows color (decimal): -5588493 or 15972778. OLE color: 15972778.

HSL color Cylindrical-coordinate representation of color #AAB9F3: hue angle of 227.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB9F3 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170185243-
CMYK0.300.2400.05
HSL227.67º75.26%80.98%-
HSV(B)227.67º30.04%95.29%-
XYZ50.149.7291.75-
YUV187.13159.53115.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 243 (95.31% from 255) = 40.64%
R=28.43%
G=30.94%
B=40.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701852430.300.2400.05227.6775.2680.98
HexAAB9F31E1805e44b51
Octal252271363363005344113121
Binary101010101011100111110011111101100001011110010010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9F3; }

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

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

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

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

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

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

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

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