Shades of Wistful #A69CCB
Tints of Wistful #A69CCB
RGB
CMYK
RGB Variations
Color information
#A69CCB (or 0xA69CCB) is known color: Wistful. HEX triplet: A6, 9C and CB. RGB value is (166,156,203). Sum of RGB (Red+Green+Blue) = 166+156+203=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CCB is #596334. Grayscale: #A4A4A4. Windows color (decimal): -5858101 or 13343910. OLE color: 13343910.
HSL color Cylindrical-coordinate representation of color #A69CCB: hue angle of 252.77º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69CCB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 156 | 203 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.20 |
| HSL | 252.77º | 0.31% | 0.7% | - |
| HSV(B) | 252.77º | 0.23% | 0.8% | - |
| XYZ | 38.39 | 36.2 | 61.46 | - |
| YUV | 164.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 203 | 0.18 | 0.23 | 0 | 0.20 | 252.77 | 0.31 | 0.7 |
| Hex | A6 | 9C | CB | 12 | 17 | 0 | 14 | FD | 1F | 46 |
| Octal | 246 | 234 | 313 | 22 | 27 | 0 | 24 | 375 | 37 | 106 |
| Binary | 10100110 | 10011100 | 11001011 | 10010 | 10111 | 0 | 10100 | 11111101 | 11111 | 1000110 |
Color Harmonies of #A69CCB
Complementary color
Monochromatic Colors of #A69CCB
Black with #A69CCB
Text Example
Text Example
White with #A69CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69CCB; }
p { color: rgb(166,156,203); }
H1.HeaderClassName
{
color: #A69CCB;
}
.AnyTagClassName
{
color: #A69CCB;
}
</style>
background-color css
<style>
a { background-color: #A69CCB; }
a { background-color: rgb(166,156,203); }
div.DivClassName
{
background-color: #A69CCB;
}
.BgClassName
{
background-color: #A69CCB;
}
</style>
border-color css
<style>
span { border-color: #A69CCB; }
span { border-color: rgb(166,156,203); }
td.TdClassName
{
border-color: #A69CCB;
}
.TagClassName
{
border-color: #A69CCB;
}
</style>