Shades of Wistful #A295CB
Tints of Wistful #A295CB
RGB
CMYK
RGB Variations
Color information
#A295CB (or 0xA295CB) is known color: Wistful. HEX triplet: A2, 95 and CB. RGB value is (162,149,203). Sum of RGB (Red+Green+Blue) = 162+149+203=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #A295CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295CB is #5D6A34. Grayscale: #9E9E9E. Windows color (decimal): -6122037 or 13342114. OLE color: 13342114.
HSL color Cylindrical-coordinate representation of color #A295CB: hue angle of 254.44º degrees, saturation: 0.34, 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 #A295CB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 149 | 203 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.20 |
| HSL | 254.44º | 0.34% | 0.69% | - |
| HSV(B) | 254.44º | 0.27% | 0.8% | - |
| XYZ | 36.43 | 33.49 | 61.04 | - |
| YUV | 159.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 203 | 0.20 | 0.27 | 0 | 0.20 | 254.44 | 0.34 | 0.69 |
| Hex | A2 | 95 | CB | 14 | 1B | 0 | 14 | FE | 22 | 45 |
| Octal | 242 | 225 | 313 | 24 | 33 | 0 | 24 | 376 | 42 | 105 |
| Binary | 10100010 | 10010101 | 11001011 | 10100 | 11011 | 0 | 10100 | 11111110 | 100010 | 1000101 |
Color Harmonies of #A295CB
Complementary color
Monochromatic Colors of #A295CB
Black with #A295CB
Text Example
Text Example
White with #A295CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295CB; }
p { color: rgb(162,149,203); }
H1.HeaderClassName
{
color: #A295CB;
}
.AnyTagClassName
{
color: #A295CB;
}
</style>
background-color css
<style>
a { background-color: #A295CB; }
a { background-color: rgb(162,149,203); }
div.DivClassName
{
background-color: #A295CB;
}
.BgClassName
{
background-color: #A295CB;
}
</style>
border-color css
<style>
span { border-color: #A295CB; }
span { border-color: rgb(162,149,203); }
td.TdClassName
{
border-color: #A295CB;
}
.TagClassName
{
border-color: #A295CB;
}
</style>