#AAB5DA

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

Shades of Perano #AAB5DA

Tints of Perano #AAB5DA

Color information

#AAB5DA (or 0xAAB5DA) is unknown color: approx Perano. HEX triplet: AA, B5 and DA. RGB value is (170,181,218). Sum of RGB (Red+Green+Blue) = 170+181+218=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5DA is #554A25. Grayscale: #B5B5B5. Windows color (decimal): -5589542 or 14333354. OLE color: 14333354.

HSL color Cylindrical-coordinate representation of color #AAB5DA: hue angle of 226.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 #AAB5DA is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170181218-
CMYK0.220.1700.15
HSL226.25º39.34%76.08%-
HSV(B)226.25º22.02%85.49%-
XYZ45.7646.6672.92-
YUV181.93148.36119.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 181 (71.09% from 255) = 31.81%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=29.88%
G=31.81%
B=38.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701812180.220.1700.15226.2539.3476.08
HexAAB5DA16110Fe2274c
Octal252265332262101734247114
Binary101010101011010111011010101101000101111111000101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5DA; }

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

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

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

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

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

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

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

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