Shades of Wistful #A093DA
Tints of Wistful #A093DA
RGB
CMYK
RGB Variations
Color information
#A093DA (or 0xA093DA) is known color: Wistful. HEX triplet: A0, 93 and DA. RGB value is (160,147,218). Sum of RGB (Red+Green+Blue) = 160+147+218=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A093DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093DA is #5F6C25. Grayscale: #9E9E9E. Windows color (decimal): -6253606 or 14324640. OLE color: 14324640.
HSL color Cylindrical-coordinate representation of color #A093DA: hue angle of 250.99º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A093DA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 147 | 218 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.15 |
| HSL | 250.99º | 0.49% | 0.72% | - |
| HSV(B) | 250.99º | 0.33% | 0.85% | - |
| XYZ | 37.59 | 33.4 | 70.8 | - |
| YUV | 158.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 218 | 0.27 | 0.33 | 0 | 0.15 | 250.99 | 0.49 | 0.72 |
| Hex | A0 | 93 | DA | 1B | 21 | 0 | F | FB | 31 | 48 |
| Octal | 240 | 223 | 332 | 33 | 41 | 0 | 17 | 373 | 61 | 110 |
| Binary | 10100000 | 10010011 | 11011010 | 11011 | 100001 | 0 | 1111 | 11111011 | 110001 | 1001000 |
Color Harmonies of #A093DA
Complementary color
Monochromatic Colors of #A093DA
Black with #A093DA
Text Example
Text Example
White with #A093DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093DA; }
p { color: rgb(160,147,218); }
H1.HeaderClassName
{
color: #A093DA;
}
.AnyTagClassName
{
color: #A093DA;
}
</style>
background-color css
<style>
a { background-color: #A093DA; }
a { background-color: rgb(160,147,218); }
div.DivClassName
{
background-color: #A093DA;
}
.BgClassName
{
background-color: #A093DA;
}
</style>
border-color css
<style>
span { border-color: #A093DA; }
span { border-color: rgb(160,147,218); }
td.TdClassName
{
border-color: #A093DA;
}
.TagClassName
{
border-color: #A093DA;
}
</style>