Shades of Wistful #A1A3CF
Tints of Wistful #A1A3CF
RGB
CMYK
RGB Variations
Color information
#A1A3CF (or 0xA1A3CF) is known color: Wistful. HEX triplet: A1, A3 and CF. RGB value is (161,163,207). Sum of RGB (Red+Green+Blue) = 161+163+207=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A3CF is #5E5C30. Grayscale: #A7A7A7. Windows color (decimal): -6183985 or 13607841. OLE color: 13607841.
HSL color Cylindrical-coordinate representation of color #A1A3CF: hue angle of 237.39º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1A3CF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 163 | 207 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.19 |
| HSL | 237.39º | 0.32% | 0.72% | - |
| HSV(B) | 237.39º | 0.22% | 0.81% | - |
| XYZ | 39.06 | 38.28 | 64.36 | - |
| YUV | 167.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 207 | 0.22 | 0.21 | 0 | 0.19 | 237.39 | 0.32 | 0.72 |
| Hex | A1 | A3 | CF | 16 | 15 | 0 | 13 | ED | 20 | 48 |
| Octal | 241 | 243 | 317 | 26 | 25 | 0 | 23 | 355 | 40 | 110 |
| Binary | 10100001 | 10100011 | 11001111 | 10110 | 10101 | 0 | 10011 | 11101101 | 100000 | 1001000 |
Color Harmonies of #A1A3CF
Complementary color
Monochromatic Colors of #A1A3CF
Black with #A1A3CF
Text Example
Text Example
White with #A1A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A3CF; }
p { color: rgb(161,163,207); }
H1.HeaderClassName
{
color: #A1A3CF;
}
.AnyTagClassName
{
color: #A1A3CF;
}
</style>
background-color css
<style>
a { background-color: #A1A3CF; }
a { background-color: rgb(161,163,207); }
div.DivClassName
{
background-color: #A1A3CF;
}
.BgClassName
{
background-color: #A1A3CF;
}
</style>
border-color css
<style>
span { border-color: #A1A3CF; }
span { border-color: rgb(161,163,207); }
td.TdClassName
{
border-color: #A1A3CF;
}
.TagClassName
{
border-color: #A1A3CF;
}
</style>