Shades of Wistful #A8A8CF
Tints of Wistful #A8A8CF
RGB
CMYK
RGB Variations
Color information
#A8A8CF (or 0xA8A8CF) is known color: Wistful. HEX triplet: A8, A8 and CF. RGB value is (168,168,207). Sum of RGB (Red+Green+Blue) = 168+168+207=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A8CF is #575730. Grayscale: #ACACAC. Windows color (decimal): -5723953 or 13609128. OLE color: 13609128.
HSL color Cylindrical-coordinate representation of color #A8A8CF: hue angle of 240º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8A8CF is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 168 | 207 | - |
CMYK | 0.19 | 0.19 | 0 | 0.19 |
HSL | 240º | 0.29% | 0.74% | - |
HSV(B) | 240º | 0.19% | 0.81% | - |
XYZ | 41.41 | 40.84 | 64.73 | - |
YUV | 172.45 | 147.5 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 207 | 0.19 | 0.19 | 0 | 0.19 | 240 | 0.29 | 0.74 |
Hex | A8 | A8 | CF | 13 | 13 | 0 | 13 | F0 | 1D | 4A |
Octal | 250 | 250 | 317 | 23 | 23 | 0 | 23 | 360 | 35 | 112 |
Binary | 10101000 | 10101000 | 11001111 | 10011 | 10011 | 0 | 10011 | 11110000 | 11101 | 1001010 |
Color Harmonies of #A8A8CF
Complementary color
Monochromatic Colors of #A8A8CF
Black with #A8A8CF
Text Example
Text Example
White with #A8A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8CF; }
p { color: rgb(168,168,207); }
H1.HeaderClassName
{
color: #A8A8CF;
}
.AnyTagClassName
{
color: #A8A8CF;
}
</style>
background-color css
<style>
a { background-color: #A8A8CF; }
a { background-color: rgb(168,168,207); }
div.DivClassName
{
background-color: #A8A8CF;
}
.BgClassName
{
background-color: #A8A8CF;
}
</style>
border-color css
<style>
span { border-color: #A8A8CF; }
span { border-color: rgb(168,168,207); }
td.TdClassName
{
border-color: #A8A8CF;
}
.TagClassName
{
border-color: #A8A8CF;
}
</style>