#AAB0F8

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

Shades of Perano #AAB0F8

Tints of Perano #AAB0F8

Color information

#AAB0F8 (or 0xAAB0F8) is unknown color: approx Perano. HEX triplet: AA, B0 and F8. RGB value is (170,176,248). Sum of RGB (Red+Green+Blue) = 170+176+248=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAB0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0F8 is #554F07. Grayscale: #B6B6B6. Windows color (decimal): -5590792 or 16298154. OLE color: 16298154.

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

Color convert

RGB170176248-
CMYK0.310.2900.03
HSL235.38º84.78%81.96%-
HSV(B)235.38º31.45%97.25%-
XYZ49.0546.3795.17-
YUV182.41165.01119.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=28.62%
G=29.63%
B=41.75%

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
Decimal1701762480.310.2900.03235.3884.7881.96
HexAAB0F81F1D03eb5552
Octal252260370373503353125122
Binary10101010101100001111100011111111010111110101110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0F8; }

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

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

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

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

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

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

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

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