Shades of Wistful #A498CB
Tints of Wistful #A498CB
RGB
CMYK
RGB Variations
Color information
#A498CB (or 0xA498CB) is known color: Wistful. HEX triplet: A4, 98 and CB. RGB value is (164,152,203). Sum of RGB (Red+Green+Blue) = 164+152+203=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A498CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498CB is #5B6734. Grayscale: #A1A1A1. Windows color (decimal): -5990197 or 13342884. OLE color: 13342884.
HSL color Cylindrical-coordinate representation of color #A498CB: hue angle of 254.12º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A498CB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 152 | 203 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.20 |
| HSL | 254.12º | 0.33% | 0.7% | - |
| HSV(B) | 254.12º | 0.25% | 0.8% | - |
| XYZ | 37.32 | 34.66 | 61.22 | - |
| YUV | 161.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 203 | 0.19 | 0.25 | 0 | 0.20 | 254.12 | 0.33 | 0.7 |
| Hex | A4 | 98 | CB | 13 | 19 | 0 | 14 | FE | 21 | 46 |
| Octal | 244 | 230 | 313 | 23 | 31 | 0 | 24 | 376 | 41 | 106 |
| Binary | 10100100 | 10011000 | 11001011 | 10011 | 11001 | 0 | 10100 | 11111110 | 100001 | 1000110 |
Color Harmonies of #A498CB
Complementary color
Monochromatic Colors of #A498CB
Black with #A498CB
Text Example
Text Example
White with #A498CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498CB; }
p { color: rgb(164,152,203); }
H1.HeaderClassName
{
color: #A498CB;
}
.AnyTagClassName
{
color: #A498CB;
}
</style>
background-color css
<style>
a { background-color: #A498CB; }
a { background-color: rgb(164,152,203); }
div.DivClassName
{
background-color: #A498CB;
}
.BgClassName
{
background-color: #A498CB;
}
</style>
border-color css
<style>
span { border-color: #A498CB; }
span { border-color: rgb(164,152,203); }
td.TdClassName
{
border-color: #A498CB;
}
.TagClassName
{
border-color: #A498CB;
}
</style>