Shades of Wistful #A093CC
Tints of Wistful #A093CC
RGB
CMYK
RGB Variations
Color information
#A093CC (or 0xA093CC) is known color: Wistful. HEX triplet: A0, 93 and CC. RGB value is (160,147,204). Sum of RGB (Red+Green+Blue) = 160+147+204=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #A093CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093CC is #5F6C33. Grayscale: #9D9D9D. Windows color (decimal): -6253620 or 13407136. OLE color: 13407136.
HSL color Cylindrical-coordinate representation of color #A093CC: hue angle of 253.68º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A093CC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 147 | 204 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.2 |
| HSL | 253.68º | 0.36% | 0.69% | - |
| HSV(B) | 253.68º | 0.28% | 0.8% | - |
| XYZ | 35.83 | 32.7 | 61.55 | - |
| YUV | 157.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 204 | 0.22 | 0.28 | 0 | 0.2 | 253.68 | 0.36 | 0.69 |
| Hex | A0 | 93 | CC | 16 | 1C | 0 | 14 | FE | 24 | 45 |
| Octal | 240 | 223 | 314 | 26 | 34 | 0 | 24 | 376 | 44 | 105 |
| Binary | 10100000 | 10010011 | 11001100 | 10110 | 11100 | 0 | 10100 | 11111110 | 100100 | 1000101 |
Color Harmonies of #A093CC
Complementary color
Monochromatic Colors of #A093CC
Black with #A093CC
Text Example
Text Example
White with #A093CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093CC; }
p { color: rgb(160,147,204); }
H1.HeaderClassName
{
color: #A093CC;
}
.AnyTagClassName
{
color: #A093CC;
}
</style>
background-color css
<style>
a { background-color: #A093CC; }
a { background-color: rgb(160,147,204); }
div.DivClassName
{
background-color: #A093CC;
}
.BgClassName
{
background-color: #A093CC;
}
</style>
border-color css
<style>
span { border-color: #A093CC; }
span { border-color: rgb(160,147,204); }
td.TdClassName
{
border-color: #A093CC;
}
.TagClassName
{
border-color: #A093CC;
}
</style>