#AAA7DC

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

Shades of Wistful #AAA7DC

Tints of Wistful #AAA7DC

Color information

#AAA7DC (or 0xAAA7DC) is unknown color: approx Wistful. HEX triplet: AA, A7 and DC. RGB value is (170,167,220). Sum of RGB (Red+Green+Blue) = 170+167+220=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7DC is #555823. Grayscale: #ADADAD. Windows color (decimal): -5593124 or 14460842. OLE color: 14460842.

HSL color Cylindrical-coordinate representation of color #AAA7DC: hue angle of 243.4º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA7DC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170167220-
CMYK0.230.2400.14
HSL243.4º43.09%75.88%-
HSV(B)243.4º24.09%86.27%-
XYZ43.3141.3573.41-
YUV173.94153.99125.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=30.52%
G=29.98%
B=39.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701672200.230.2400.14243.443.0975.88
HexAAA7DC17180Ef32b4c
Octal252247334273001636353114
Binary101010101010011111011100101111100001110111100111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7DC; }

 p { color: rgb(170,167,220); }

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

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

 a { background-color: rgb(170,167,220); }

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

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

 span { border-color: rgb(170,167,220); }

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