Shades of Wistful #A5A4CD
Tints of Wistful #A5A4CD
RGB
CMYK
RGB Variations
Color information
#A5A4CD (or 0xA5A4CD) is known color: Wistful. HEX triplet: A5, A4 and CD. RGB value is (165,164,205). Sum of RGB (Red+Green+Blue) = 165+164+205=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5A4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A4CD is #5A5B32. Grayscale: #A8A8A8. Windows color (decimal): -5921587 or 13477029. OLE color: 13477029.
HSL color Cylindrical-coordinate representation of color #A5A4CD: hue angle of 241.46º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5A4CD is Cyan = 0.20, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 164 | 205 | - |
| CMYK | 0.20 | 0.2 | 0 | 0.20 |
| HSL | 241.46º | 0.29% | 0.72% | - |
| HSV(B) | 241.46º | 0.2% | 0.8% | - |
| XYZ | 39.81 | 38.96 | 63.18 | - |
| YUV | 168.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 164 | 205 | 0.20 | 0.2 | 0 | 0.20 | 241.46 | 0.29 | 0.72 |
| Hex | A5 | A4 | CD | 14 | 14 | 0 | 14 | F1 | 1D | 48 |
| Octal | 245 | 244 | 315 | 24 | 24 | 0 | 24 | 361 | 35 | 110 |
| Binary | 10100101 | 10100100 | 11001101 | 10100 | 10100 | 0 | 10100 | 11110001 | 11101 | 1001000 |
Color Harmonies of #A5A4CD
Complementary color
Monochromatic Colors of #A5A4CD
Black with #A5A4CD
Text Example
Text Example
White with #A5A4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A4CD; }
p { color: rgb(165,164,205); }
H1.HeaderClassName
{
color: #A5A4CD;
}
.AnyTagClassName
{
color: #A5A4CD;
}
</style>
background-color css
<style>
a { background-color: #A5A4CD; }
a { background-color: rgb(165,164,205); }
div.DivClassName
{
background-color: #A5A4CD;
}
.BgClassName
{
background-color: #A5A4CD;
}
</style>
border-color css
<style>
span { border-color: #A5A4CD; }
span { border-color: rgb(165,164,205); }
td.TdClassName
{
border-color: #A5A4CD;
}
.TagClassName
{
border-color: #A5A4CD;
}
</style>