Shades of Cold Purple #A188BB
Tints of Cold Purple #A188BB
RGB
CMYK
RGB Variations
Color information
#A188BB (or 0xA188BB) is known color: Cold Purple. HEX triplet: A1, 88 and BB. RGB value is (161,136,187). Sum of RGB (Red+Green+Blue) = 161+136+187=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A188BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BB is #5E7744. Grayscale: #959595. Windows color (decimal): -6190917 or 12290209. OLE color: 12290209.
HSL color Cylindrical-coordinate representation of color #A188BB: hue angle of 269.41º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A188BB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 136 | 187 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.27 |
| HSL | 269.41º | 0.27% | 0.63% | - |
| HSV(B) | 269.41º | 0.27% | 0.73% | - |
| XYZ | 32.47 | 28.77 | 50.86 | - |
| YUV | 149.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 187 | 0.14 | 0.27 | 0 | 0.27 | 269.41 | 0.27 | 0.63 |
| Hex | A1 | 88 | BB | E | 1B | 0 | 1B | 10D | 1B | 3F |
| Octal | 241 | 210 | 273 | 16 | 33 | 0 | 33 | 415 | 33 | 77 |
| Binary | 10100001 | 10001000 | 10111011 | 1110 | 11011 | 0 | 11011 | 100001101 | 11011 | 111111 |
Color Harmonies of #A188BB
Complementary color
Monochromatic Colors of #A188BB
Black with #A188BB
Text Example
Text Example
White with #A188BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188BB; }
p { color: rgb(161,136,187); }
H1.HeaderClassName
{
color: #A188BB;
}
.AnyTagClassName
{
color: #A188BB;
}
</style>
background-color css
<style>
a { background-color: #A188BB; }
a { background-color: rgb(161,136,187); }
div.DivClassName
{
background-color: #A188BB;
}
.BgClassName
{
background-color: #A188BB;
}
</style>
border-color css
<style>
span { border-color: #A188BB; }
span { border-color: rgb(161,136,187); }
td.TdClassName
{
border-color: #A188BB;
}
.TagClassName
{
border-color: #A188BB;
}
</style>