#AAB2F8

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

Shades of Perano #AAB2F8

Tints of Perano #AAB2F8

Color information

#AAB2F8 (or 0xAAB2F8) is unknown color: approx Perano. HEX triplet: AA, B2 and F8. RGB value is (170,178,248). Sum of RGB (Red+Green+Blue) = 170+178+248=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAB2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2F8 is #554D07. Grayscale: #B7B7B7. Windows color (decimal): -5590280 or 16298666. OLE color: 16298666.

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

Color convert

RGB170178248-
CMYK0.310.2800.03
HSL233.85º84.78%81.96%-
HSV(B)233.85º31.45%97.25%-
XYZ49.4447.1695.3-
YUV183.59164.35118.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 248 (97.27% from 255) = 41.61%
R=28.52%
G=29.87%
B=41.61%

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
Decimal1701782480.310.2800.03233.8584.7881.96
HexAAB2F81F1C03ea5552
Octal252262370373403352125122
Binary10101010101100101111100011111111000111110101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2F8; }

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

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

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

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

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

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

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

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