Shades of Wistful #A8A8CB
Tints of Wistful #A8A8CB
RGB
CMYK
RGB Variations
Color information
#A8A8CB (or 0xA8A8CB) is known color: Wistful. HEX triplet: A8, A8 and CB. RGB value is (168,168,203). Sum of RGB (Red+Green+Blue) = 168+168+203=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A8CB is #575734. Grayscale: #ABABAB. Windows color (decimal): -5723957 or 13346984. OLE color: 13346984.
HSL color Cylindrical-coordinate representation of color #A8A8CB: hue angle of 240º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A8CB is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 168 | 203 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.20 |
| HSL | 240º | 0.25% | 0.73% | - |
| HSV(B) | 240º | 0.17% | 0.8% | - |
| XYZ | 40.93 | 40.64 | 62.19 | - |
| YUV | 171.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 203 | 0.17 | 0.17 | 0 | 0.20 | 240 | 0.25 | 0.73 |
| Hex | A8 | A8 | CB | 11 | 11 | 0 | 14 | F0 | 19 | 49 |
| Octal | 250 | 250 | 313 | 21 | 21 | 0 | 24 | 360 | 31 | 111 |
| Binary | 10101000 | 10101000 | 11001011 | 10001 | 10001 | 0 | 10100 | 11110000 | 11001 | 1001001 |
Color Harmonies of #A8A8CB
Complementary color
Monochromatic Colors of #A8A8CB
Black with #A8A8CB
Text Example
Text Example
White with #A8A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8CB; }
p { color: rgb(168,168,203); }
H1.HeaderClassName
{
color: #A8A8CB;
}
.AnyTagClassName
{
color: #A8A8CB;
}
</style>
background-color css
<style>
a { background-color: #A8A8CB; }
a { background-color: rgb(168,168,203); }
div.DivClassName
{
background-color: #A8A8CB;
}
.BgClassName
{
background-color: #A8A8CB;
}
</style>
border-color css
<style>
span { border-color: #A8A8CB; }
span { border-color: rgb(168,168,203); }
td.TdClassName
{
border-color: #A8A8CB;
}
.TagClassName
{
border-color: #A8A8CB;
}
</style>