#AAAFF5

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

Shades of Perano #AAAFF5

Tints of Perano #AAAFF5

Color information

#AAAFF5 (or 0xAAAFF5) is unknown color: approx Perano. HEX triplet: AA, AF and F5. RGB value is (170,175,245). Sum of RGB (Red+Green+Blue) = 170+175+245=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAAFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFF5 is #55500A. Grayscale: #B5B5B5. Windows color (decimal): -5591051 or 16101290. OLE color: 16101290.

HSL color Cylindrical-coordinate representation of color #AAAFF5: hue angle of 236º 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 #AAAFF5 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170175245-
CMYK0.310.2900.04
HSL236º78.95%81.37%-
HSV(B)236º30.61%96.08%-
XYZ48.3945.892.68-
YUV181.48163.84119.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 245 (96.09% from 255) = 41.53%
R=28.81%
G=29.66%
B=41.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701752450.310.2900.0423678.9581.37
HexAAAFF51F1D04ec4f51
Octal252257365373504354117121
Binary101010101010111111110101111111110101001110110010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFF5; }

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

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

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

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

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

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

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

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