Shades of Wistful #A3A3CF
Tints of Wistful #A3A3CF
RGB
CMYK
RGB Variations
Color information
#A3A3CF (or 0xA3A3CF) is known color: Wistful. HEX triplet: A3, A3 and CF. RGB value is (163,163,207). Sum of RGB (Red+Green+Blue) = 163+163+207=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A3CF is #5C5C30. Grayscale: #A7A7A7. Windows color (decimal): -6052913 or 13607843. OLE color: 13607843.
HSL color Cylindrical-coordinate representation of color #A3A3CF: hue angle of 240º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A3CF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 163 | 207 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.19 |
| HSL | 240º | 0.31% | 0.73% | - |
| HSV(B) | 240º | 0.21% | 0.81% | - |
| XYZ | 39.46 | 38.49 | 64.38 | - |
| YUV | 168.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 207 | 0.21 | 0.21 | 0 | 0.19 | 240 | 0.31 | 0.73 |
| Hex | A3 | A3 | CF | 15 | 15 | 0 | 13 | F0 | 1F | 49 |
| Octal | 243 | 243 | 317 | 25 | 25 | 0 | 23 | 360 | 37 | 111 |
| Binary | 10100011 | 10100011 | 11001111 | 10101 | 10101 | 0 | 10011 | 11110000 | 11111 | 1001001 |
Color Harmonies of #A3A3CF
Complementary color
Monochromatic Colors of #A3A3CF
Black with #A3A3CF
Text Example
Text Example
White with #A3A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A3CF; }
p { color: rgb(163,163,207); }
H1.HeaderClassName
{
color: #A3A3CF;
}
.AnyTagClassName
{
color: #A3A3CF;
}
</style>
background-color css
<style>
a { background-color: #A3A3CF; }
a { background-color: rgb(163,163,207); }
div.DivClassName
{
background-color: #A3A3CF;
}
.BgClassName
{
background-color: #A3A3CF;
}
</style>
border-color css
<style>
span { border-color: #A3A3CF; }
span { border-color: rgb(163,163,207); }
td.TdClassName
{
border-color: #A3A3CF;
}
.TagClassName
{
border-color: #A3A3CF;
}
</style>