Shades of Cold Purple #A091BB
Tints of Cold Purple #A091BB
RGB
CMYK
RGB Variations
Color information
#A091BB (or 0xA091BB) is known color: Cold Purple. HEX triplet: A0, 91 and BB. RGB value is (160,145,187). Sum of RGB (Red+Green+Blue) = 160+145+187=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #A091BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091BB is #5F6E44. Grayscale: #9A9A9A. Windows color (decimal): -6254149 or 12292512. OLE color: 12292512.
HSL color Cylindrical-coordinate representation of color #A091BB: hue angle of 261.43º degrees, saturation: 0.24, 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 #A091BB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 145 | 187 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.27 |
| HSL | 261.43º | 0.24% | 0.65% | - |
| HSV(B) | 261.43º | 0.22% | 0.73% | - |
| XYZ | 33.59 | 31.31 | 51.29 | - |
| YUV | 154.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 187 | 0.14 | 0.22 | 0 | 0.27 | 261.43 | 0.24 | 0.65 |
| Hex | A0 | 91 | BB | E | 16 | 0 | 1B | 105 | 18 | 41 |
| Octal | 240 | 221 | 273 | 16 | 26 | 0 | 33 | 405 | 30 | 101 |
| Binary | 10100000 | 10010001 | 10111011 | 1110 | 10110 | 0 | 11011 | 100000101 | 11000 | 1000001 |
Color Harmonies of #A091BB
Complementary color
Monochromatic Colors of #A091BB
Black with #A091BB
Text Example
Text Example
White with #A091BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091BB; }
p { color: rgb(160,145,187); }
H1.HeaderClassName
{
color: #A091BB;
}
.AnyTagClassName
{
color: #A091BB;
}
</style>
background-color css
<style>
a { background-color: #A091BB; }
a { background-color: rgb(160,145,187); }
div.DivClassName
{
background-color: #A091BB;
}
.BgClassName
{
background-color: #A091BB;
}
</style>
border-color css
<style>
span { border-color: #A091BB; }
span { border-color: rgb(160,145,187); }
td.TdClassName
{
border-color: #A091BB;
}
.TagClassName
{
border-color: #A091BB;
}
</style>