Shades of Wistful #A3A2D5
Tints of Wistful #A3A2D5
RGB
CMYK
RGB Variations
Color information
#A3A2D5 (or 0xA3A2D5) is known color: Wistful. HEX triplet: A3, A2 and D5. RGB value is (163,162,213). Sum of RGB (Red+Green+Blue) = 163+162+213=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #A3A2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A2D5 is #5C5D2A. Grayscale: #A7A7A7. Windows color (decimal): -6053163 or 14000803. OLE color: 14000803.
HSL color Cylindrical-coordinate representation of color #A3A2D5: hue angle of 241.18º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3A2D5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 162 | 213 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.16 |
| HSL | 241.18º | 0.38% | 0.74% | - |
| HSV(B) | 241.18º | 0.24% | 0.84% | - |
| XYZ | 40.03 | 38.43 | 68.26 | - |
| YUV | 168.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 213 | 0.23 | 0.24 | 0 | 0.16 | 241.18 | 0.38 | 0.74 |
| Hex | A3 | A2 | D5 | 17 | 18 | 0 | 10 | F1 | 26 | 4A |
| Octal | 243 | 242 | 325 | 27 | 30 | 0 | 20 | 361 | 46 | 112 |
| Binary | 10100011 | 10100010 | 11010101 | 10111 | 11000 | 0 | 10000 | 11110001 | 100110 | 1001010 |
Color Harmonies of #A3A2D5
Complementary color
Monochromatic Colors of #A3A2D5
Black with #A3A2D5
Text Example
Text Example
White with #A3A2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2D5; }
p { color: rgb(163,162,213); }
H1.HeaderClassName
{
color: #A3A2D5;
}
.AnyTagClassName
{
color: #A3A2D5;
}
</style>
background-color css
<style>
a { background-color: #A3A2D5; }
a { background-color: rgb(163,162,213); }
div.DivClassName
{
background-color: #A3A2D5;
}
.BgClassName
{
background-color: #A3A2D5;
}
</style>
border-color css
<style>
span { border-color: #A3A2D5; }
span { border-color: rgb(163,162,213); }
td.TdClassName
{
border-color: #A3A2D5;
}
.TagClassName
{
border-color: #A3A2D5;
}
</style>