Shades of Wistful #A0A0CB
Tints of Wistful #A0A0CB
RGB
CMYK
RGB Variations
Color information
#A0A0CB (or 0xA0A0CB) is known color: Wistful. HEX triplet: A0, A0 and CB. RGB value is (160,160,203). Sum of RGB (Red+Green+Blue) = 160+160+203=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A0CB is #5F5F34. Grayscale: #A4A4A4. Windows color (decimal): -6250293 or 13344928. OLE color: 13344928.
HSL color Cylindrical-coordinate representation of color #A0A0CB: hue angle of 240º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0A0CB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 160 | 203 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.20 |
| HSL | 240º | 0.29% | 0.71% | - |
| HSV(B) | 240º | 0.21% | 0.8% | - |
| XYZ | 37.85 | 36.93 | 61.63 | - |
| YUV | 164.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 203 | 0.21 | 0.21 | 0 | 0.20 | 240 | 0.29 | 0.71 |
| Hex | A0 | A0 | CB | 15 | 15 | 0 | 14 | F0 | 1D | 47 |
| Octal | 240 | 240 | 313 | 25 | 25 | 0 | 24 | 360 | 35 | 107 |
| Binary | 10100000 | 10100000 | 11001011 | 10101 | 10101 | 0 | 10100 | 11110000 | 11101 | 1000111 |
Color Harmonies of #A0A0CB
Complementary color
Monochromatic Colors of #A0A0CB
Black with #A0A0CB
Text Example
Text Example
White with #A0A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A0CB; }
p { color: rgb(160,160,203); }
H1.HeaderClassName
{
color: #A0A0CB;
}
.AnyTagClassName
{
color: #A0A0CB;
}
</style>
background-color css
<style>
a { background-color: #A0A0CB; }
a { background-color: rgb(160,160,203); }
div.DivClassName
{
background-color: #A0A0CB;
}
.BgClassName
{
background-color: #A0A0CB;
}
</style>
border-color css
<style>
span { border-color: #A0A0CB; }
span { border-color: rgb(160,160,203); }
td.TdClassName
{
border-color: #A0A0CB;
}
.TagClassName
{
border-color: #A0A0CB;
}
</style>