Shades of Wistful #A195CC
Tints of Wistful #A195CC
RGB
CMYK
RGB Variations
Color information
#A195CC (or 0xA195CC) is known color: Wistful. HEX triplet: A1, 95 and CC. RGB value is (161,149,204). Sum of RGB (Red+Green+Blue) = 161+149+204=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #A195CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195CC is #5E6A33. Grayscale: #9E9E9E. Windows color (decimal): -6187572 or 13407649. OLE color: 13407649.
HSL color Cylindrical-coordinate representation of color #A195CC: hue angle of 253.09º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A195CC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 149 | 204 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.2 |
| HSL | 253.09º | 0.35% | 0.69% | - |
| HSV(B) | 253.09º | 0.27% | 0.8% | - |
| XYZ | 36.34 | 33.43 | 61.66 | - |
| YUV | 158.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 204 | 0.21 | 0.27 | 0 | 0.2 | 253.09 | 0.35 | 0.69 |
| Hex | A1 | 95 | CC | 15 | 1B | 0 | 14 | FD | 23 | 45 |
| Octal | 241 | 225 | 314 | 25 | 33 | 0 | 24 | 375 | 43 | 105 |
| Binary | 10100001 | 10010101 | 11001100 | 10101 | 11011 | 0 | 10100 | 11111101 | 100011 | 1000101 |
Color Harmonies of #A195CC
Complementary color
Monochromatic Colors of #A195CC
Black with #A195CC
Text Example
Text Example
White with #A195CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195CC; }
p { color: rgb(161,149,204); }
H1.HeaderClassName
{
color: #A195CC;
}
.AnyTagClassName
{
color: #A195CC;
}
</style>
background-color css
<style>
a { background-color: #A195CC; }
a { background-color: rgb(161,149,204); }
div.DivClassName
{
background-color: #A195CC;
}
.BgClassName
{
background-color: #A195CC;
}
</style>
border-color css
<style>
span { border-color: #A195CC; }
span { border-color: rgb(161,149,204); }
td.TdClassName
{
border-color: #A195CC;
}
.TagClassName
{
border-color: #A195CC;
}
</style>