Shades of Wistful #A8AACC
Tints of Wistful #A8AACC
RGB
CMYK
RGB Variations
Color information
#A8AACC (or 0xA8AACC) is known color: Wistful. HEX triplet: A8, AA and CC. RGB value is (168,170,204). Sum of RGB (Red+Green+Blue) = 168+170+204=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AACC is #575533. Grayscale: #ADADAD. Windows color (decimal): -5723444 or 13413032. OLE color: 13413032.
HSL color Cylindrical-coordinate representation of color #A8AACC: hue angle of 236.67º degrees, saturation: 0.26, 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 #A8AACC is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 168 | 170 | 204 | - |
CMYK | 0.18 | 0.17 | 0 | 0.2 |
HSL | 236.67º | 0.26% | 0.73% | - |
HSV(B) | 236.67º | 0.18% | 0.8% | - |
XYZ | 41.42 | 41.43 | 62.94 | - |
YUV | 173.28 | 145.34 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 170 | 204 | 0.18 | 0.17 | 0 | 0.2 | 236.67 | 0.26 | 0.73 |
Hex | A8 | AA | CC | 12 | 11 | 0 | 14 | ED | 1A | 49 |
Octal | 250 | 252 | 314 | 22 | 21 | 0 | 24 | 355 | 32 | 111 |
Binary | 10101000 | 10101010 | 11001100 | 10010 | 10001 | 0 | 10100 | 11101101 | 11010 | 1001001 |
Color Harmonies of #A8AACC
Complementary color
Monochromatic Colors of #A8AACC
Black with #A8AACC
Text Example
Text Example
White with #A8AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AACC; }
p { color: rgb(168,170,204); }
H1.HeaderClassName
{
color: #A8AACC;
}
.AnyTagClassName
{
color: #A8AACC;
}
</style>
background-color css
<style>
a { background-color: #A8AACC; }
a { background-color: rgb(168,170,204); }
div.DivClassName
{
background-color: #A8AACC;
}
.BgClassName
{
background-color: #A8AACC;
}
</style>
border-color css
<style>
span { border-color: #A8AACC; }
span { border-color: rgb(168,170,204); }
td.TdClassName
{
border-color: #A8AACC;
}
.TagClassName
{
border-color: #A8AACC;
}
</style>