#AAB1F8

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

Shades of Perano #AAB1F8

Tints of Perano #AAB1F8

Color information

#AAB1F8 (or 0xAAB1F8) is unknown color: approx Perano. HEX triplet: AA, B1 and F8. RGB value is (170,177,248). Sum of RGB (Red+Green+Blue) = 170+177+248=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAB1F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB1F8 is #554E07. Grayscale: #B6B6B6. Windows color (decimal): -5590536 or 16298410. OLE color: 16298410.

HSL color Cylindrical-coordinate representation of color #AAB1F8: hue angle of 234.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB1F8 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170177248-
CMYK0.310.2900.03
HSL234.62º84.78%81.96%-
HSV(B)234.62º31.45%97.25%-
XYZ49.2446.7795.24-
YUV183164.68118.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 248 (97.27% from 255) = 41.68%
R=28.57%
G=29.75%
B=41.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701772480.310.2900.03234.6284.7881.96
HexAAB1F81F1D03eb5552
Octal252261370373503353125122
Binary10101010101100011111100011111111010111110101110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1F8; }

 p { color: rgb(170,177,248); }

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

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

 a { background-color: rgb(170,177,248); }

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

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

 span { border-color: rgb(170,177,248); }

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