#AAB6F1

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

Shades of Perano #AAB6F1

Tints of Perano #AAB6F1

Color information

#AAB6F1 (or 0xAAB6F1) is unknown color: approx Perano. HEX triplet: AA, B6 and F1. RGB value is (170,182,241). Sum of RGB (Red+Green+Blue) = 170+182+241=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6F1 is #55490E. Grayscale: #B8B8B8. Windows color (decimal): -5589263 or 15840938. OLE color: 15840938.

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

Color convert

RGB170182241-
CMYK0.290.2400.05
HSL229.86º71.72%80.59%-
HSV(B)229.86º29.46%94.51%-
XYZ49.1848.3589.96-
YUV185.14159.52117.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=28.67%
G=30.69%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701822410.290.2400.05229.8671.7280.59
HexAAB6F11D1805e64851
Octal252266361353005346110121
Binary101010101011011011110001111011100001011110011010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6F1; }

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

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

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

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

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

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

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

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