#AAA8F9

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

Shades of Perano #AAA8F9

Tints of Perano #AAA8F9

Color information

#AAA8F9 (or 0xAAA8F9) is unknown color: approx Perano. HEX triplet: AA, A8 and F9. RGB value is (170,168,249). Sum of RGB (Red+Green+Blue) = 170+168+249=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAA8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA8F9 is #555706. Grayscale: #B1B1B1. Windows color (decimal): -5592839 or 16361642. OLE color: 16361642.

HSL color Cylindrical-coordinate representation of color #AAA8F9: hue angle of 241.48º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA8F9 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170168249-
CMYK0.320.3300.02
HSL241.48º87.1%81.76%-
HSV(B)241.48º32.53%97.65%-
XYZ47.6843.3995.48-
YUV177.83168.16122.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=28.96%
G=28.62%
B=42.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701682490.320.3300.02241.4887.181.76
HexAAA8F9202102f15752
Octal252250371404102361127122
Binary1010101010101000111110011000001000010101111000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8F9; }

 p { color: rgb(170,168,249); }

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

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

 a { background-color: rgb(170,168,249); }

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

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

 span { border-color: rgb(170,168,249); }

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