#A9AAFF

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

Shades of Perano #A9AAFF

Tints of Perano #A9AAFF

Color information

#A9AAFF (or 0xA9AAFF) is unknown color: approx Perano. HEX triplet: A9, AA and FF. RGB value is (169,170,255). Sum of RGB (Red+Green+Blue) = 169+170+255=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAFF is #565500. Grayscale: #B3B3B3. Windows color (decimal): -5657857 or 16755369. OLE color: 16755369.

HSL color Cylindrical-coordinate representation of color #A9AAFF: hue angle of 239.3º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9AAFF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169170255-
CMYK0.340.3300
HSL239.3º100%83.14%-
HSV(B)239.3º33.73%100%-
XYZ48.7944.4100.61-
YUV179.39170.67120.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.45%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 255 (100% from 255) = 42.93%
R=28.45%
G=28.62%
B=42.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691702550.340.3300239.310083.14
HexA9AAFF222100ef6453
Octal251252377424100357144123
Binary101010011010101011111111100010100001001110111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAFF; }

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

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

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

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

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

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

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

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