#AAABF5

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

Shades of Perano #AAABF5

Tints of Perano #AAABF5

Color information

#AAABF5 (or 0xAAABF5) is unknown color: approx Perano. HEX triplet: AA, AB and F5. RGB value is (170,171,245). Sum of RGB (Red+Green+Blue) = 170+171+245=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAABF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABF5 is #55540A. Grayscale: #B2B2B2. Windows color (decimal): -5592075 or 16100266. OLE color: 16100266.

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

Color convert

RGB170171245-
CMYK0.310.3000.04
HSL239.2º78.95%81.37%-
HSV(B)239.2º30.61%96.08%-
XYZ47.6244.2692.42-
YUV179.14165.17121.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 245 (96.09% from 255) = 41.81%
R=29.01%
G=29.18%
B=41.81%

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
Decimal1701712450.310.3000.04239.278.9581.37
HexAAABF51F1E04ef4f51
Octal252253365373604357117121
Binary101010101010101111110101111111111001001110111110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABF5; }

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

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

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

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

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

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

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

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