#AAACE1

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

Shades of Perano #AAACE1

Tints of Perano #AAACE1

Color information

#AAACE1 (or 0xAAACE1) is unknown color: approx Perano. HEX triplet: AA, AC and E1. RGB value is (170,172,225). Sum of RGB (Red+Green+Blue) = 170+172+225=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACE1 is #55531E. Grayscale: #B1B1B1. Windows color (decimal): -5591839 or 14789802. OLE color: 14789802.

HSL color Cylindrical-coordinate representation of color #AAACE1: hue angle of 237.82º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAACE1 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170172225-
CMYK0.240.2400.12
HSL237.82º47.83%77.45%-
HSV(B)237.82º24.44%88.24%-
XYZ44.9243.4977.26-
YUV177.44154.84122.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=29.98%
G=30.34%
B=39.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701722250.240.2400.12237.8247.8377.45
HexAAACE118180Cee304d
Octal252254341303001435660115
Binary101010101010110011100001110001100001100111011101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACE1; }

 p { color: rgb(170,172,225); }

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

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

 a { background-color: rgb(170,172,225); }

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

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

 span { border-color: rgb(170,172,225); }

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