#AAB3F8

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

Shades of Perano #AAB3F8

Tints of Perano #AAB3F8

Color information

#AAB3F8 (or 0xAAB3F8) is unknown color: approx Perano. HEX triplet: AA, B3 and F8. RGB value is (170,179,248). Sum of RGB (Red+Green+Blue) = 170+179+248=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAB3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3F8 is #554C07. Grayscale: #B7B7B7. Windows color (decimal): -5590024 or 16298922. OLE color: 16298922.

HSL color Cylindrical-coordinate representation of color #AAB3F8: hue angle of 233.08º 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 #AAB3F8 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170179248-
CMYK0.310.2800.03
HSL233.08º84.78%81.96%-
HSV(B)233.08º31.45%97.25%-
XYZ49.6447.5695.37-
YUV184.18164.02117.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 179 (70.31% from 255) = 29.98%
BLUE value IS 248 (97.27% from 255) = 41.54%
R=28.48%
G=29.98%
B=41.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701792480.310.2800.03233.0884.7881.96
HexAAB3F81F1C03e95552
Octal252263370373403351125122
Binary10101010101100111111100011111111000111110100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3F8; }

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

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

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

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

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

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

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

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