#AAABF0

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

Shades of Perano #AAABF0

Tints of Perano #AAABF0

Color information

#AAABF0 (or 0xAAABF0) is unknown color: approx Perano. HEX triplet: AA, AB and F0. RGB value is (170,171,240). Sum of RGB (Red+Green+Blue) = 170+171+240=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAABF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABF0 is #55540F. Grayscale: #B2B2B2. Windows color (decimal): -5592080 or 15772586. OLE color: 15772586.

HSL color Cylindrical-coordinate representation of color #AAABF0: hue angle of 239.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAABF0 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170171240-
CMYK0.290.2900.06
HSL239.14º70%80.39%-
HSV(B)239.14º29.17%94.12%-
XYZ46.8743.9688.45-
YUV178.57162.67121.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=29.26%
G=29.43%
B=41.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701712400.290.2900.06239.147080.39
HexAAABF01D1D06ef4650
Octal252253360353506357106120
Binary101010101010101111110000111011110101101110111110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABF0; }

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

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

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

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

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

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

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

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