#AAA8CD

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

Shades of Wistful #AAA8CD

Tints of Wistful #AAA8CD

Color information

#AAA8CD (or 0xAAA8CD) is unknown color: approx Wistful. HEX triplet: AA, A8 and CD. RGB value is (170,168,205). Sum of RGB (Red+Green+Blue) = 170+168+205=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAA8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8CD is #555732. Grayscale: #ACACAC. Windows color (decimal): -5592883 or 13478058. OLE color: 13478058.

HSL color Cylindrical-coordinate representation of color #AAA8CD: hue angle of 243.24º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA8CD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170168205-
CMYK0.170.1800.20
HSL243.24º27.01%73.14%-
HSV(B)243.24º18.05%80.39%-
XYZ41.640.9663.47-
YUV172.82146.16125.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=31.31%
G=30.94%
B=37.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701682050.170.1800.20243.2427.0173.14
HexAAA8CD1112014f31b49
Octal252250315212202436333111
Binary101010101010100011001101100011001001010011110011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8CD; }

 p { color: rgb(170,168,205); }

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

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

 a { background-color: rgb(170,168,205); }

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

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

 span { border-color: rgb(170,168,205); }

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