#AAB1DC

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

Shades of Perano #AAB1DC

Tints of Perano #AAB1DC

Color information

#AAB1DC (or 0xAAB1DC) is unknown color: approx Perano. HEX triplet: AA, B1 and DC. RGB value is (170,177,220). Sum of RGB (Red+Green+Blue) = 170+177+220=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1DC is #554E23. Grayscale: #B3B3B3. Windows color (decimal): -5590564 or 14463402. OLE color: 14463402.

HSL color Cylindrical-coordinate representation of color #AAB1DC: hue angle of 231.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB1DC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170177220-
CMYK0.230.2000.14
HSL231.6º41.67%76.47%-
HSV(B)231.6º22.73%86.27%-
XYZ45.2245.1674.04-
YUV179.81150.68121-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=29.98%
G=31.22%
B=38.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701772200.230.2000.14231.641.6776.47
HexAAB1DC17140Ee82a4c
Octal252261334272401635052114
Binary101010101011000111011100101111010001110111010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1DC; }

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

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

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

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

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

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

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

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