#AAA9EB

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

Shades of Perano #AAA9EB

Tints of Perano #AAA9EB

Color information

#AAA9EB (or 0xAAA9EB) is unknown color: approx Perano. HEX triplet: AA, A9 and EB. RGB value is (170,169,235). Sum of RGB (Red+Green+Blue) = 170+169+235=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAA9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA9EB is #555614. Grayscale: #B0B0B0. Windows color (decimal): -5592597 or 15444394. OLE color: 15444394.

HSL color Cylindrical-coordinate representation of color #AAA9EB: hue angle of 240.91º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA9EB is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170169235-
CMYK0.280.2800.08
HSL240.91º62.26%79.22%-
HSV(B)240.91º28.09%92.16%-
XYZ45.7642.9284.47-
YUV176.82160.83123.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 169 (66.41% from 255) = 29.44%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=29.62%
G=29.44%
B=40.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701692350.280.2800.08240.9162.2679.22
HexAAA9EB1C1C08f13e4f
Octal252251353343401036176117
Binary101010101010100111101011111001110001000111100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9EB; }

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

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

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

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

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

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

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

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