#AAB9FA

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

Shades of Perano #AAB9FA

Tints of Perano #AAB9FA

Color information

#AAB9FA (or 0xAAB9FA) is unknown color: approx Perano. HEX triplet: AA, B9 and FA. RGB value is (170,185,250). Sum of RGB (Red+Green+Blue) = 170+185+250=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9FA is #554605. Grayscale: #BBBBBB. Windows color (decimal): -5588486 or 16431530. OLE color: 16431530.

HSL color Cylindrical-coordinate representation of color #AAB9FA: hue angle of 228.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB9FA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170185250-
CMYK0.320.2600.02
HSL228.75º88.89%82.35%-
HSV(B)228.75º32%98.04%-
XYZ51.1850.1597.42-
YUV187.92163.03115.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=28.10%
G=30.58%
B=41.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701852500.320.2600.02228.7588.8982.35
HexAAB9FA201A02e55952
Octal252271372403202345131122
Binary101010101011100111111010100000110100101110010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9FA; }

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

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

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

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

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

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

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

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