#A9AAF9

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

Shades of Perano #A9AAF9

Tints of Perano #A9AAF9

Color information

#A9AAF9 (or 0xA9AAF9) is unknown color: approx Perano. HEX triplet: A9, AA and F9. RGB value is (169,170,249). Sum of RGB (Red+Green+Blue) = 169+170+249=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAF9 is #565506. Grayscale: #B2B2B2. Windows color (decimal): -5657863 or 16362153. OLE color: 16362153.

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

Color convert

RGB169170249-
CMYK0.320.3200.02
HSL239.25º86.96%81.96%-
HSV(B)239.25º32.13%97.65%-
XYZ47.8444.0295.6-
YUV178.71167.67121.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.74%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=28.74%
G=28.91%
B=42.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691702490.320.3200.02239.2586.9681.96
HexA9AAF9202002ef5752
Octal251252371404002357127122
Binary1010100110101010111110011000001000000101110111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAF9; }

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

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

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

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

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

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

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

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