Shades of Wistful #A598DC
Tints of Wistful #A598DC
RGB
CMYK
RGB Variations
Color information
#A598DC (or 0xA598DC) is known color: Wistful. HEX triplet: A5, 98 and DC. RGB value is (165,152,220). Sum of RGB (Red+Green+Blue) = 165+152+220=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A598DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DC is #5A6723. Grayscale: #A3A3A3. Windows color (decimal): -5924644 or 14456997. OLE color: 14456997.
HSL color Cylindrical-coordinate representation of color #A598DC: hue angle of 251.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A598DC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 152 | 220 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.14 |
| HSL | 251.47º | 0.49% | 0.73% | - |
| HSV(B) | 251.47º | 0.31% | 0.86% | - |
| XYZ | 39.66 | 35.62 | 72.5 | - |
| YUV | 163.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 220 | 0.25 | 0.31 | 0 | 0.14 | 251.47 | 0.49 | 0.73 |
| Hex | A5 | 98 | DC | 19 | 1F | 0 | E | FB | 31 | 49 |
| Octal | 245 | 230 | 334 | 31 | 37 | 0 | 16 | 373 | 61 | 111 |
| Binary | 10100101 | 10011000 | 11011100 | 11001 | 11111 | 0 | 1110 | 11111011 | 110001 | 1001001 |
Color Harmonies of #A598DC
Complementary color
Monochromatic Colors of #A598DC
Black with #A598DC
Text Example
Text Example
White with #A598DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598DC; }
p { color: rgb(165,152,220); }
H1.HeaderClassName
{
color: #A598DC;
}
.AnyTagClassName
{
color: #A598DC;
}
</style>
background-color css
<style>
a { background-color: #A598DC; }
a { background-color: rgb(165,152,220); }
div.DivClassName
{
background-color: #A598DC;
}
.BgClassName
{
background-color: #A598DC;
}
</style>
border-color css
<style>
span { border-color: #A598DC; }
span { border-color: rgb(165,152,220); }
td.TdClassName
{
border-color: #A598DC;
}
.TagClassName
{
border-color: #A598DC;
}
</style>