Shades of Wistful #A59AF3
Tints of Wistful #A59AF3
RGB
CMYK
RGB Variations
Color information
#A59AF3 (or 0xA59AF3) is known color: Wistful. HEX triplet: A5, 9A and F3. RGB value is (165,154,243). Sum of RGB (Red+Green+Blue) = 165+154+243=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #A59AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59AF3 is #5A650C. Grayscale: #A7A7A7. Windows color (decimal): -5924109 or 15964837. OLE color: 15964837.
HSL color Cylindrical-coordinate representation of color #A59AF3: hue angle of 247.42º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A59AF3 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 154 | 243 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.05 |
| HSL | 247.42º | 0.79% | 0.78% | - |
| HSV(B) | 247.42º | 0.37% | 0.95% | - |
| XYZ | 43.25 | 37.58 | 89.77 | - |
| YUV | 167.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 243 | 0.32 | 0.37 | 0 | 0.05 | 247.42 | 0.79 | 0.78 |
| Hex | A5 | 9A | F3 | 20 | 25 | 0 | 5 | F7 | 4F | 4E |
| Octal | 245 | 232 | 363 | 40 | 45 | 0 | 5 | 367 | 117 | 116 |
| Binary | 10100101 | 10011010 | 11110011 | 100000 | 100101 | 0 | 101 | 11110111 | 1001111 | 1001110 |
Color Harmonies of #A59AF3
Complementary color
Monochromatic Colors of #A59AF3
Black with #A59AF3
Text Example
Text Example
White with #A59AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59AF3; }
p { color: rgb(165,154,243); }
H1.HeaderClassName
{
color: #A59AF3;
}
.AnyTagClassName
{
color: #A59AF3;
}
</style>
background-color css
<style>
a { background-color: #A59AF3; }
a { background-color: rgb(165,154,243); }
div.DivClassName
{
background-color: #A59AF3;
}
.BgClassName
{
background-color: #A59AF3;
}
</style>
border-color css
<style>
span { border-color: #A59AF3; }
span { border-color: rgb(165,154,243); }
td.TdClassName
{
border-color: #A59AF3;
}
.TagClassName
{
border-color: #A59AF3;
}
</style>