Shades of Cold Purple #A090BA
Tints of Cold Purple #A090BA
RGB
CMYK
RGB Variations
Color information
#A090BA (or 0xA090BA) is known color: Cold Purple. HEX triplet: A0, 90 and BA. RGB value is (160,144,186). Sum of RGB (Red+Green+Blue) = 160+144+186=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A090BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090BA is #5F6F45. Grayscale: #999999. Windows color (decimal): -6254406 or 12226720. OLE color: 12226720.
HSL color Cylindrical-coordinate representation of color #A090BA: hue angle of 262.86º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A090BA is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 144 | 186 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.27 |
| HSL | 262.86º | 0.23% | 0.65% | - |
| HSV(B) | 262.86º | 0.23% | 0.73% | - |
| XYZ | 33.33 | 30.97 | 50.67 | - |
| YUV | 153.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 186 | 0.14 | 0.23 | 0 | 0.27 | 262.86 | 0.23 | 0.65 |
| Hex | A0 | 90 | BA | E | 17 | 0 | 1B | 107 | 17 | 41 |
| Octal | 240 | 220 | 272 | 16 | 27 | 0 | 33 | 407 | 27 | 101 |
| Binary | 10100000 | 10010000 | 10111010 | 1110 | 10111 | 0 | 11011 | 100000111 | 10111 | 1000001 |
Color Harmonies of #A090BA
Complementary color
Monochromatic Colors of #A090BA
Black with #A090BA
Text Example
Text Example
White with #A090BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090BA; }
p { color: rgb(160,144,186); }
H1.HeaderClassName
{
color: #A090BA;
}
.AnyTagClassName
{
color: #A090BA;
}
</style>
background-color css
<style>
a { background-color: #A090BA; }
a { background-color: rgb(160,144,186); }
div.DivClassName
{
background-color: #A090BA;
}
.BgClassName
{
background-color: #A090BA;
}
</style>
border-color css
<style>
span { border-color: #A090BA; }
span { border-color: rgb(160,144,186); }
td.TdClassName
{
border-color: #A090BA;
}
.TagClassName
{
border-color: #A090BA;
}
</style>