#AAB1DA

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

Shades of Perano #AAB1DA

Tints of Perano #AAB1DA

Color information

#AAB1DA (or 0xAAB1DA) is unknown color: approx Perano. HEX triplet: AA, B1 and DA. RGB value is (170,177,218). Sum of RGB (Red+Green+Blue) = 170+177+218=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1DA is #554E25. Grayscale: #B3B3B3. Windows color (decimal): -5590566 or 14332330. OLE color: 14332330.

HSL color Cylindrical-coordinate representation of color #AAB1DA: hue angle of 231.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB1DA is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170177218-
CMYK0.220.1900.15
HSL231.25º39.34%76.08%-
HSV(B)231.25º22.02%85.49%-
XYZ44.9545.0572.66-
YUV179.58149.68121.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=30.09%
G=31.33%
B=38.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701772180.220.1900.15231.2539.3476.08
HexAAB1DA16130Fe7274c
Octal252261332262301734747114
Binary101010101011000111011010101101001101111111001111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1DA; }

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

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

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

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

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

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

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

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