#AAB1DF

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

Shades of Perano #AAB1DF

Tints of Perano #AAB1DF

Color information

#AAB1DF (or 0xAAB1DF) is unknown color: approx Perano. HEX triplet: AA, B1 and DF. RGB value is (170,177,223). Sum of RGB (Red+Green+Blue) = 170+177+223=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1DF is #554E20. Grayscale: #B3B3B3. Windows color (decimal): -5590561 or 14660010. OLE color: 14660010.

HSL color Cylindrical-coordinate representation of color #AAB1DF: hue angle of 232.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB1DF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170177223-
CMYK0.240.2100.13
HSL232.08º45.3%77.06%-
HSV(B)232.08º23.77%87.45%-
XYZ45.6245.3276.15-
YUV180.15152.18120.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=29.82%
G=31.05%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701772230.240.2100.13232.0845.377.06
HexAAB1DF18150De82d4d
Octal252261337302501535055115
Binary101010101011000111011111110001010101101111010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1DF; }

 p { color: rgb(170,177,223); }

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

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

 a { background-color: rgb(170,177,223); }

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

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

 span { border-color: rgb(170,177,223); }

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