#AAB3F7

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

Shades of Perano #AAB3F7

Tints of Perano #AAB3F7

Color information

#AAB3F7 (or 0xAAB3F7) is unknown color: approx Perano. HEX triplet: AA, B3 and F7. RGB value is (170,179,247). Sum of RGB (Red+Green+Blue) = 170+179+247=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAB3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3F7 is #554C08. Grayscale: #B7B7B7. Windows color (decimal): -5590025 or 16233386. OLE color: 16233386.

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

Color convert

RGB170179247-
CMYK0.310.2800.03
HSL232.99º82.8%81.76%-
HSV(B)232.99º31.17%96.86%-
XYZ49.4947.594.56-
YUV184.06163.52117.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 179 (70.31% from 255) = 30.03%
BLUE value IS 247 (96.88% from 255) = 41.44%
R=28.52%
G=30.03%
B=41.44%

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
Decimal1701792470.310.2800.03232.9982.881.76
HexAAB3F71F1C03e95352
Octal252263367373403351123122
Binary10101010101100111111011111111111000111110100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3F7; }

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

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

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

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

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

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

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

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