#AAACF5

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

Shades of Perano #AAACF5

Tints of Perano #AAACF5

Color information

#AAACF5 (or 0xAAACF5) is unknown color: approx Perano. HEX triplet: AA, AC and F5. RGB value is (170,172,245). Sum of RGB (Red+Green+Blue) = 170+172+245=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF5 is #55530A. Grayscale: #B3B3B3. Windows color (decimal): -5591819 or 16100522. OLE color: 16100522.

HSL color Cylindrical-coordinate representation of color #AAACF5: hue angle of 238.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAACF5 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170172245-
CMYK0.310.3000.04
HSL238.4º78.95%81.37%-
HSV(B)238.4º30.61%96.08%-
XYZ47.8144.6492.48-
YUV179.72164.84121.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 245 (96.09% from 255) = 41.74%
R=28.96%
G=29.30%
B=41.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701722450.310.3000.04238.478.9581.37
HexAAACF51F1E04ee4f51
Octal252254365373604356117121
Binary101010101010110011110101111111111001001110111010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACF5; }

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

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

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

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

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

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

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

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