#AAA7DF

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

Shades of Wistful #AAA7DF

Tints of Wistful #AAA7DF

Color information

#AAA7DF (or 0xAAA7DF) is unknown color: approx Wistful. HEX triplet: AA, A7 and DF. RGB value is (170,167,223). Sum of RGB (Red+Green+Blue) = 170+167+223=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7DF is #555820. Grayscale: #AEAEAE. Windows color (decimal): -5593121 or 14657450. OLE color: 14657450.

HSL color Cylindrical-coordinate representation of color #AAA7DF: hue angle of 243.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA7DF is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170167223-
CMYK0.240.2500.13
HSL243.21º46.67%76.47%-
HSV(B)243.21º25.11%87.45%-
XYZ43.7241.5175.52-
YUV174.28155.49124.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 167 (65.62% from 255) = 29.82%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=30.36%
G=29.82%
B=39.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701672230.240.2500.13243.2146.6776.47
HexAAA7DF18190Df32f4c
Octal252247337303101536357114
Binary101010101010011111011111110001100101101111100111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7DF; }

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

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

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

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

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

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

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

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