Shades of Wistful #A6A2CA
Tints of Wistful #A6A2CA
RGB
CMYK
RGB Variations
Color information
#A6A2CA (or 0xA6A2CA) is known color: Wistful. HEX triplet: A6, A2 and CA. RGB value is (166,162,202). Sum of RGB (Red+Green+Blue) = 166+162+202=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A2CA is #595D35. Grayscale: #A7A7A7. Windows color (decimal): -5856566 or 13279910. OLE color: 13279910.
HSL color Cylindrical-coordinate representation of color #A6A2CA: hue angle of 246º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6A2CA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 162 | 202 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.21 |
| HSL | 246º | 0.27% | 0.71% | - |
| HSV(B) | 246º | 0.2% | 0.79% | - |
| XYZ | 39.31 | 38.21 | 61.18 | - |
| YUV | 167.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 202 | 0.18 | 0.20 | 0 | 0.21 | 246 | 0.27 | 0.71 |
| Hex | A6 | A2 | CA | 12 | 14 | 0 | 15 | F6 | 1B | 47 |
| Octal | 246 | 242 | 312 | 22 | 24 | 0 | 25 | 366 | 33 | 107 |
| Binary | 10100110 | 10100010 | 11001010 | 10010 | 10100 | 0 | 10101 | 11110110 | 11011 | 1000111 |
Color Harmonies of #A6A2CA
Complementary color
Monochromatic Colors of #A6A2CA
Black with #A6A2CA
Text Example
Text Example
White with #A6A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A2CA; }
p { color: rgb(166,162,202); }
H1.HeaderClassName
{
color: #A6A2CA;
}
.AnyTagClassName
{
color: #A6A2CA;
}
</style>
background-color css
<style>
a { background-color: #A6A2CA; }
a { background-color: rgb(166,162,202); }
div.DivClassName
{
background-color: #A6A2CA;
}
.BgClassName
{
background-color: #A6A2CA;
}
</style>
border-color css
<style>
span { border-color: #A6A2CA; }
span { border-color: rgb(166,162,202); }
td.TdClassName
{
border-color: #A6A2CA;
}
.TagClassName
{
border-color: #A6A2CA;
}
</style>