Shades of Wistful #A2A0CC
Tints of Wistful #A2A0CC
RGB
CMYK
RGB Variations
Color information
#A2A0CC (or 0xA2A0CC) is known color: Wistful. HEX triplet: A2, A0 and CC. RGB value is (162,160,204). Sum of RGB (Red+Green+Blue) = 162+160+204=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A0CC is #5D5F33. Grayscale: #A5A5A5. Windows color (decimal): -6119220 or 13410466. OLE color: 13410466.
HSL color Cylindrical-coordinate representation of color #A2A0CC: hue angle of 242.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2A0CC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 160 | 204 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.2 |
| HSL | 242.73º | 0.3% | 0.71% | - |
| HSV(B) | 242.73º | 0.22% | 0.8% | - |
| XYZ | 38.37 | 37.18 | 62.28 | - |
| YUV | 165.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 204 | 0.21 | 0.22 | 0 | 0.2 | 242.73 | 0.3 | 0.71 |
| Hex | A2 | A0 | CC | 15 | 16 | 0 | 14 | F3 | 1E | 47 |
| Octal | 242 | 240 | 314 | 25 | 26 | 0 | 24 | 363 | 36 | 107 |
| Binary | 10100010 | 10100000 | 11001100 | 10101 | 10110 | 0 | 10100 | 11110011 | 11110 | 1000111 |
Color Harmonies of #A2A0CC
Complementary color
Monochromatic Colors of #A2A0CC
Black with #A2A0CC
Text Example
Text Example
White with #A2A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A0CC; }
p { color: rgb(162,160,204); }
H1.HeaderClassName
{
color: #A2A0CC;
}
.AnyTagClassName
{
color: #A2A0CC;
}
</style>
background-color css
<style>
a { background-color: #A2A0CC; }
a { background-color: rgb(162,160,204); }
div.DivClassName
{
background-color: #A2A0CC;
}
.BgClassName
{
background-color: #A2A0CC;
}
</style>
border-color css
<style>
span { border-color: #A2A0CC; }
span { border-color: rgb(162,160,204); }
td.TdClassName
{
border-color: #A2A0CC;
}
.TagClassName
{
border-color: #A2A0CC;
}
</style>