Shades of Wistful #A599DC
Tints of Wistful #A599DC
RGB
CMYK
RGB Variations
Color information
#A599DC (or 0xA599DC) is known color: Wistful. HEX triplet: A5, 99 and DC. RGB value is (165,153,220). Sum of RGB (Red+Green+Blue) = 165+153+220=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A599DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599DC is #5A6623. Grayscale: #A3A3A3. Windows color (decimal): -5924388 or 14457253. OLE color: 14457253.
HSL color Cylindrical-coordinate representation of color #A599DC: hue angle of 250.75º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A599DC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 153 | 220 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.14 |
| HSL | 250.75º | 0.49% | 0.73% | - |
| HSV(B) | 250.75º | 0.3% | 0.86% | - |
| XYZ | 39.83 | 35.95 | 72.55 | - |
| YUV | 164.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 220 | 0.25 | 0.30 | 0 | 0.14 | 250.75 | 0.49 | 0.73 |
| Hex | A5 | 99 | DC | 19 | 1E | 0 | E | FB | 31 | 49 |
| Octal | 245 | 231 | 334 | 31 | 36 | 0 | 16 | 373 | 61 | 111 |
| Binary | 10100101 | 10011001 | 11011100 | 11001 | 11110 | 0 | 1110 | 11111011 | 110001 | 1001001 |
Color Harmonies of #A599DC
Complementary color
Monochromatic Colors of #A599DC
Black with #A599DC
Text Example
Text Example
White with #A599DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599DC; }
p { color: rgb(165,153,220); }
H1.HeaderClassName
{
color: #A599DC;
}
.AnyTagClassName
{
color: #A599DC;
}
</style>
background-color css
<style>
a { background-color: #A599DC; }
a { background-color: rgb(165,153,220); }
div.DivClassName
{
background-color: #A599DC;
}
.BgClassName
{
background-color: #A599DC;
}
</style>
border-color css
<style>
span { border-color: #A599DC; }
span { border-color: rgb(165,153,220); }
td.TdClassName
{
border-color: #A599DC;
}
.TagClassName
{
border-color: #A599DC;
}
</style>