#AAB4F9

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

Shades of Perano #AAB4F9

Tints of Perano #AAB4F9

Color information

#AAB4F9 (or 0xAAB4F9) is unknown color: approx Perano. HEX triplet: AA, B4 and F9. RGB value is (170,180,249). Sum of RGB (Red+Green+Blue) = 170+180+249=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4F9 is #554B06. Grayscale: #B8B8B8. Windows color (decimal): -5589767 or 16364714. OLE color: 16364714.

HSL color Cylindrical-coordinate representation of color #AAB4F9: hue angle of 232.41º degrees, saturation: 0.87, 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 #AAB4F9 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170180249-
CMYK0.320.2800.02
HSL232.41º86.81%82.16%-
HSV(B)232.41º31.73%97.65%-
XYZ5048.0396.26-
YUV184.88164.19117.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 180 (70.70% from 255) = 30.05%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=28.38%
G=30.05%
B=41.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701802490.320.2800.02232.4186.8182.16
HexAAB4F9201C02e85752
Octal252264371403402350127122
Binary101010101011010011111001100000111000101110100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4F9; }

 p { color: rgb(170,180,249); }

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

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

 a { background-color: rgb(170,180,249); }

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

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

 span { border-color: rgb(170,180,249); }

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