#A9AAF5

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

Shades of Perano #A9AAF5

Tints of Perano #A9AAF5

Color information

#A9AAF5 (or 0xA9AAF5) is unknown color: approx Perano. HEX triplet: A9, AA and F5. RGB value is (169,170,245). Sum of RGB (Red+Green+Blue) = 169+170+245=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #A9AAF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAF5 is #56550A. Grayscale: #B1B1B1. Windows color (decimal): -5657867 or 16100009. OLE color: 16100009.

HSL color Cylindrical-coordinate representation of color #A9AAF5: hue angle of 239.21º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9AAF5 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169170245-
CMYK0.310.3100.04
HSL239.21º79.17%81.18%-
HSV(B)239.21º31.02%96.08%-
XYZ47.2243.7892.35-
YUV178.25165.67121.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.94%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=28.94%
G=29.11%
B=41.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691702450.310.3100.04239.2179.1781.18
HexA9AAF51F1F04ef4f51
Octal251252365373704357117121
Binary101010011010101011110101111111111101001110111110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAF5; }

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

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

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

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

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

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

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

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