Shades of Wistful #A2A2CF
Tints of Wistful #A2A2CF
RGB
CMYK
RGB Variations
Color information
#A2A2CF (or 0xA2A2CF) is known color: Wistful. HEX triplet: A2, A2 and CF. RGB value is (162,162,207). Sum of RGB (Red+Green+Blue) = 162+162+207=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 162 (63.67% from 255 or 30.51% 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 #A2A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A2CF is #5D5D30. Grayscale: #A6A6A6. Windows color (decimal): -6118705 or 13607586. OLE color: 13607586.
HSL color Cylindrical-coordinate representation of color #A2A2CF: hue angle of 240º 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 #A2A2CF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 162 | 207 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.19 |
| HSL | 240º | 0.32% | 0.72% | - |
| HSV(B) | 240º | 0.22% | 0.81% | - |
| XYZ | 39.08 | 38.03 | 64.31 | - |
| YUV | 167.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 207 | 0.22 | 0.22 | 0 | 0.19 | 240 | 0.32 | 0.72 |
| Hex | A2 | A2 | CF | 16 | 16 | 0 | 13 | F0 | 20 | 48 |
| Octal | 242 | 242 | 317 | 26 | 26 | 0 | 23 | 360 | 40 | 110 |
| Binary | 10100010 | 10100010 | 11001111 | 10110 | 10110 | 0 | 10011 | 11110000 | 100000 | 1001000 |
Color Harmonies of #A2A2CF
Complementary color
Monochromatic Colors of #A2A2CF
Black with #A2A2CF
Text Example
Text Example
White with #A2A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A2CF; }
p { color: rgb(162,162,207); }
H1.HeaderClassName
{
color: #A2A2CF;
}
.AnyTagClassName
{
color: #A2A2CF;
}
</style>
background-color css
<style>
a { background-color: #A2A2CF; }
a { background-color: rgb(162,162,207); }
div.DivClassName
{
background-color: #A2A2CF;
}
.BgClassName
{
background-color: #A2A2CF;
}
</style>
border-color css
<style>
span { border-color: #A2A2CF; }
span { border-color: rgb(162,162,207); }
td.TdClassName
{
border-color: #A2A2CF;
}
.TagClassName
{
border-color: #A2A2CF;
}
</style>