#AAB3F1

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

Shades of Perano #AAB3F1

Tints of Perano #AAB3F1

Color information

#AAB3F1 (or 0xAAB3F1) is unknown color: approx Perano. HEX triplet: AA, B3 and F1. RGB value is (170,179,241). Sum of RGB (Red+Green+Blue) = 170+179+241=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3F1 is #554C0E. Grayscale: #B7B7B7. Windows color (decimal): -5590031 or 15840170. OLE color: 15840170.

HSL color Cylindrical-coordinate representation of color #AAB3F1: hue angle of 232.39º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB3F1 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170179241-
CMYK0.290.2600.05
HSL232.39º71.72%80.59%-
HSV(B)232.39º29.46%94.51%-
XYZ48.5747.1489.76-
YUV183.38160.52118.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=28.81%
G=30.34%
B=40.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701792410.290.2600.05232.3971.7280.59
HexAAB3F11D1A05e84851
Octal252263361353205350110121
Binary101010101011001111110001111011101001011110100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3F1; }

 p { color: rgb(170,179,241); }

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

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

 a { background-color: rgb(170,179,241); }

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

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

 span { border-color: rgb(170,179,241); }

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