Shades of Wistful #A8A8CC
Tints of Wistful #A8A8CC
RGB
CMYK
RGB Variations
Color information
#A8A8CC (or 0xA8A8CC) is known color: Wistful. HEX triplet: A8, A8 and CC. RGB value is (168,168,204). Sum of RGB (Red+Green+Blue) = 168+168+204=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A8CC is #575733. Grayscale: #ABABAB. Windows color (decimal): -5723956 or 13412520. OLE color: 13412520.
HSL color Cylindrical-coordinate representation of color #A8A8CC: hue angle of 240º 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 #A8A8CC is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 168 | 168 | 204 | - |
CMYK | 0.18 | 0.18 | 0 | 0.2 |
HSL | 240º | 0.26% | 0.73% | - |
HSV(B) | 240º | 0.18% | 0.8% | - |
XYZ | 41.05 | 40.69 | 62.82 | - |
YUV | 172.1 | 146 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 204 | 0.18 | 0.18 | 0 | 0.2 | 240 | 0.26 | 0.73 |
Hex | A8 | A8 | CC | 12 | 12 | 0 | 14 | F0 | 1A | 49 |
Octal | 250 | 250 | 314 | 22 | 22 | 0 | 24 | 360 | 32 | 111 |
Binary | 10101000 | 10101000 | 11001100 | 10010 | 10010 | 0 | 10100 | 11110000 | 11010 | 1001001 |
Color Harmonies of #A8A8CC
Complementary color
Monochromatic Colors of #A8A8CC
Black with #A8A8CC
Text Example
Text Example
White with #A8A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8CC; }
p { color: rgb(168,168,204); }
H1.HeaderClassName
{
color: #A8A8CC;
}
.AnyTagClassName
{
color: #A8A8CC;
}
</style>
background-color css
<style>
a { background-color: #A8A8CC; }
a { background-color: rgb(168,168,204); }
div.DivClassName
{
background-color: #A8A8CC;
}
.BgClassName
{
background-color: #A8A8CC;
}
</style>
border-color css
<style>
span { border-color: #A8A8CC; }
span { border-color: rgb(168,168,204); }
td.TdClassName
{
border-color: #A8A8CC;
}
.TagClassName
{
border-color: #A8A8CC;
}
</style>