Shades of Wistful #A395EA
Tints of Wistful #A395EA
RGB
CMYK
RGB Variations
Color information
#A395EA (or 0xA395EA) is known color: Wistful. HEX triplet: A3, 95 and EA. RGB value is (163,149,234). Sum of RGB (Red+Green+Blue) = 163+149+234=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #A395EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395EA is #5C6A15. Grayscale: #A2A2A2. Windows color (decimal): -6056470 or 15373731. OLE color: 15373731.
HSL color Cylindrical-coordinate representation of color #A395EA: hue angle of 249.88º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A395EA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 149 | 234 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.08 |
| HSL | 249.88º | 0.67% | 0.75% | - |
| HSV(B) | 249.88º | 0.36% | 0.92% | - |
| XYZ | 40.7 | 35.22 | 82.5 | - |
| YUV | 162.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 234 | 0.30 | 0.36 | 0 | 0.08 | 249.88 | 0.67 | 0.75 |
| Hex | A3 | 95 | EA | 1E | 24 | 0 | 8 | FA | 43 | 4B |
| Octal | 243 | 225 | 352 | 36 | 44 | 0 | 10 | 372 | 103 | 113 |
| Binary | 10100011 | 10010101 | 11101010 | 11110 | 100100 | 0 | 1000 | 11111010 | 1000011 | 1001011 |
Color Harmonies of #A395EA
Complementary color
Monochromatic Colors of #A395EA
Black with #A395EA
Text Example
Text Example
White with #A395EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395EA; }
p { color: rgb(163,149,234); }
H1.HeaderClassName
{
color: #A395EA;
}
.AnyTagClassName
{
color: #A395EA;
}
</style>
background-color css
<style>
a { background-color: #A395EA; }
a { background-color: rgb(163,149,234); }
div.DivClassName
{
background-color: #A395EA;
}
.BgClassName
{
background-color: #A395EA;
}
</style>
border-color css
<style>
span { border-color: #A395EA; }
span { border-color: rgb(163,149,234); }
td.TdClassName
{
border-color: #A395EA;
}
.TagClassName
{
border-color: #A395EA;
}
</style>