#AAB6DA

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

Shades of Perano #AAB6DA

Tints of Perano #AAB6DA

Color information

#AAB6DA (or 0xAAB6DA) is unknown color: approx Perano. HEX triplet: AA, B6 and DA. RGB value is (170,182,218). Sum of RGB (Red+Green+Blue) = 170+182+218=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6DA is #554925. Grayscale: #B6B6B6. Windows color (decimal): -5589286 or 14333610. OLE color: 14333610.

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

Color convert

RGB170182218-
CMYK0.220.1700.15
HSL225º39.34%76.08%-
HSV(B)225º22.02%85.49%-
XYZ45.9647.0672.99-
YUV182.52148.02119.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=29.82%
G=31.93%
B=38.25%

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
Decimal1701822180.220.1700.1522539.3476.08
HexAAB6DA16110Fe1274c
Octal252266332262101734147114
Binary101010101011011011011010101101000101111111000011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6DA; }

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

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

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

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

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

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

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

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