Shades of Wistful #A79ADC
Tints of Wistful #A79ADC
RGB
CMYK
RGB Variations
Color information
#A79ADC (or 0xA79ADC) is known color: Wistful. HEX triplet: A7, 9A and DC. RGB value is (167,154,220). Sum of RGB (Red+Green+Blue) = 167+154+220=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #A79ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79ADC is #586523. Grayscale: #A5A5A5. Windows color (decimal): -5793060 or 14457511. OLE color: 14457511.
HSL color Cylindrical-coordinate representation of color #A79ADC: hue angle of 251.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A79ADC is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 154 | 220 | - |
| CMYK | 0.24 | 0.3 | 0 | 0.14 |
| HSL | 251.82º | 0.49% | 0.73% | - |
| HSV(B) | 251.82º | 0.3% | 0.86% | - |
| XYZ | 40.41 | 36.49 | 72.62 | - |
| YUV | 165.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 220 | 0.24 | 0.3 | 0 | 0.14 | 251.82 | 0.49 | 0.73 |
| Hex | A7 | 9A | DC | 18 | 1E | 0 | E | FC | 31 | 49 |
| Octal | 247 | 232 | 334 | 30 | 36 | 0 | 16 | 374 | 61 | 111 |
| Binary | 10100111 | 10011010 | 11011100 | 11000 | 11110 | 0 | 1110 | 11111100 | 110001 | 1001001 |
Color Harmonies of #A79ADC
Complementary color
Monochromatic Colors of #A79ADC
Black with #A79ADC
Text Example
Text Example
White with #A79ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79ADC; }
p { color: rgb(167,154,220); }
H1.HeaderClassName
{
color: #A79ADC;
}
.AnyTagClassName
{
color: #A79ADC;
}
</style>
background-color css
<style>
a { background-color: #A79ADC; }
a { background-color: rgb(167,154,220); }
div.DivClassName
{
background-color: #A79ADC;
}
.BgClassName
{
background-color: #A79ADC;
}
</style>
border-color css
<style>
span { border-color: #A79ADC; }
span { border-color: rgb(167,154,220); }
td.TdClassName
{
border-color: #A79ADC;
}
.TagClassName
{
border-color: #A79ADC;
}
</style>