#AAB3DA

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

Shades of Perano #AAB3DA

Tints of Perano #AAB3DA

Color information

#AAB3DA (or 0xAAB3DA) is unknown color: approx Perano. HEX triplet: AA, B3 and DA. RGB value is (170,179,218). Sum of RGB (Red+Green+Blue) = 170+179+218=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3DA is #554C25. Grayscale: #B4B4B4. Windows color (decimal): -5590054 or 14332842. OLE color: 14332842.

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

Color convert

RGB170179218-
CMYK0.220.1800.15
HSL228.75º39.34%76.08%-
HSV(B)228.75º22.02%85.49%-
XYZ45.3545.8572.79-
YUV180.76149.02120.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 179 (70.31% from 255) = 31.57%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=29.98%
G=31.57%
B=38.45%

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
Decimal1701792180.220.1800.15228.7539.3476.08
HexAAB3DA16120Fe5274c
Octal252263332262201734547114
Binary101010101011001111011010101101001001111111001011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3DA; }

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

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

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

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

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

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

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

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