#AAB2DA

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

Shades of Perano #AAB2DA

Tints of Perano #AAB2DA

Color information

#AAB2DA (or 0xAAB2DA) is unknown color: approx Perano. HEX triplet: AA, B2 and DA. RGB value is (170,178,218). Sum of RGB (Red+Green+Blue) = 170+178+218=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2DA is #554D25. Grayscale: #B3B3B3. Windows color (decimal): -5590310 or 14332586. OLE color: 14332586.

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

Color convert

RGB170178218-
CMYK0.220.1800.15
HSL230º39.34%76.08%-
HSV(B)230º22.02%85.49%-
XYZ45.1545.4572.72-
YUV180.17149.35120.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=30.04%
G=31.45%
B=38.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701782180.220.1800.1523039.3476.08
HexAAB2DA16120Fe6274c
Octal252262332262201734647114
Binary101010101011001011011010101101001001111111001101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2DA; }

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

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

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

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

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

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

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

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