#AAA9E4

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

Shades of Perano #AAA9E4

Tints of Perano #AAA9E4

Color information

#AAA9E4 (or 0xAAA9E4) is unknown color: approx Perano. HEX triplet: AA, A9 and E4. RGB value is (170,169,228). Sum of RGB (Red+Green+Blue) = 170+169+228=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAA9E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9E4 is #55561B. Grayscale: #AFAFAF. Windows color (decimal): -5592604 or 14985642. OLE color: 14985642.

HSL color Cylindrical-coordinate representation of color #AAA9E4: hue angle of 241.02º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA9E4 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170169228-
CMYK0.250.2600.11
HSL241.02º52.21%77.84%-
HSV(B)241.02º25.88%89.41%-
XYZ44.7742.5279.25-
YUV176.02157.33123.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=29.98%
G=29.81%
B=40.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701692280.250.2600.11241.0252.2177.84
HexAAA9E4191A0Bf1344e
Octal252251344313201336164116
Binary101010101010100111100100110011101001011111100011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9E4; }

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

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

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

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

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

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

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

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