Shades of Cold Purple #A091BA
Tints of Cold Purple #A091BA
RGB
CMYK
RGB Variations
Color information
#A091BA (or 0xA091BA) is known color: Cold Purple. HEX triplet: A0, 91 and BA. RGB value is (160,145,186). Sum of RGB (Red+Green+Blue) = 160+145+186=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #A091BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091BA is #5F6E45. Grayscale: #9A9A9A. Windows color (decimal): -6254150 or 12226976. OLE color: 12226976.
HSL color Cylindrical-coordinate representation of color #A091BA: hue angle of 261.95º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A091BA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 145 | 186 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.27 |
| HSL | 261.95º | 0.23% | 0.65% | - |
| HSV(B) | 261.95º | 0.22% | 0.73% | - |
| XYZ | 33.49 | 31.27 | 50.73 | - |
| YUV | 154.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 186 | 0.14 | 0.22 | 0 | 0.27 | 261.95 | 0.23 | 0.65 |
| Hex | A0 | 91 | BA | E | 16 | 0 | 1B | 106 | 17 | 41 |
| Octal | 240 | 221 | 272 | 16 | 26 | 0 | 33 | 406 | 27 | 101 |
| Binary | 10100000 | 10010001 | 10111010 | 1110 | 10110 | 0 | 11011 | 100000110 | 10111 | 1000001 |
Color Harmonies of #A091BA
Complementary color
Monochromatic Colors of #A091BA
Black with #A091BA
Text Example
Text Example
White with #A091BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091BA; }
p { color: rgb(160,145,186); }
H1.HeaderClassName
{
color: #A091BA;
}
.AnyTagClassName
{
color: #A091BA;
}
</style>
background-color css
<style>
a { background-color: #A091BA; }
a { background-color: rgb(160,145,186); }
div.DivClassName
{
background-color: #A091BA;
}
.BgClassName
{
background-color: #A091BA;
}
</style>
border-color css
<style>
span { border-color: #A091BA; }
span { border-color: rgb(160,145,186); }
td.TdClassName
{
border-color: #A091BA;
}
.TagClassName
{
border-color: #A091BA;
}
</style>