Shades of Wistful #A8A8BF
Tints of Wistful #A8A8BF
RGB
CMYK
RGB Variations
Color information
#A8A8BF (or 0xA8A8BF) is known color: Wistful. HEX triplet: A8, A8 and BF. RGB value is (168,168,191). Sum of RGB (Red+Green+Blue) = 168+168+191=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A8BF is #575740. Grayscale: #AAAAAA. Windows color (decimal): -5723969 or 12560552. OLE color: 12560552.
HSL color Cylindrical-coordinate representation of color #A8A8BF: hue angle of 240º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8A8BF is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 168 | 191 | - |
CMYK | 0.12 | 0.12 | 0 | 0.25 |
HSL | 240º | 0.15% | 0.7% | - |
HSV(B) | 240º | 0.12% | 0.75% | - |
XYZ | 39.56 | 40.09 | 54.94 | - |
YUV | 170.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 191 | 0.12 | 0.12 | 0 | 0.25 | 240 | 0.15 | 0.7 |
Hex | A8 | A8 | BF | C | C | 0 | 19 | F0 | F | 46 |
Octal | 250 | 250 | 277 | 14 | 14 | 0 | 31 | 360 | 17 | 106 |
Binary | 10101000 | 10101000 | 10111111 | 1100 | 1100 | 0 | 11001 | 11110000 | 1111 | 1000110 |
Color Harmonies of #A8A8BF
Complementary color
Monochromatic Colors of #A8A8BF
Black with #A8A8BF
Text Example
Text Example
White with #A8A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8BF; }
p { color: rgb(168,168,191); }
H1.HeaderClassName
{
color: #A8A8BF;
}
.AnyTagClassName
{
color: #A8A8BF;
}
</style>
background-color css
<style>
a { background-color: #A8A8BF; }
a { background-color: rgb(168,168,191); }
div.DivClassName
{
background-color: #A8A8BF;
}
.BgClassName
{
background-color: #A8A8BF;
}
</style>
border-color css
<style>
span { border-color: #A8A8BF; }
span { border-color: rgb(168,168,191); }
td.TdClassName
{
border-color: #A8A8BF;
}
.TagClassName
{
border-color: #A8A8BF;
}
</style>