#AAA9FF

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

Shades of Perano #AAA9FF

Tints of Perano #AAA9FF

Color information

#AAA9FF (or 0xAAA9FF) is unknown color: approx Perano. HEX triplet: AA, A9 and FF. RGB value is (170,169,255). Sum of RGB (Red+Green+Blue) = 170+169+255=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 169 (66.41% from 255 or 28.45% 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 #AAA9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA9FF is #555600. Grayscale: #B2B2B2. Windows color (decimal): -5592577 or 16755114. OLE color: 16755114.

HSL color Cylindrical-coordinate representation of color #AAA9FF: hue angle of 240.7º 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 #AAA9FF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170169255-
CMYK0.330.3400
HSL240.7º100%83.14%-
HSV(B)240.7º33.73%100%-
XYZ48.8244.14100.56-
YUV179.1170.83121.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701692550.330.3400240.710083.14
HexAAA9FF212200f16453
Octal252251377414200361144123
Binary101010101010100111111111100001100010001111000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9FF; }

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

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

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

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

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

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

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

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