Shades of Cold Purple #A088BB
Tints of Cold Purple #A088BB
RGB
CMYK
RGB Variations
Color information
#A088BB (or 0xA088BB) is known color: Cold Purple. HEX triplet: A0, 88 and BB. RGB value is (160,136,187). Sum of RGB (Red+Green+Blue) = 160+136+187=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #A088BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BB is #5F7744. Grayscale: #949494. Windows color (decimal): -6256453 or 12290208. OLE color: 12290208.
HSL color Cylindrical-coordinate representation of color #A088BB: hue angle of 268.24º 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 #A088BB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 136 | 187 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.27 |
| HSL | 268.24º | 0.27% | 0.63% | - |
| HSV(B) | 268.24º | 0.27% | 0.73% | - |
| XYZ | 32.27 | 28.67 | 50.85 | - |
| YUV | 148.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 187 | 0.14 | 0.27 | 0 | 0.27 | 268.24 | 0.27 | 0.63 |
| Hex | A0 | 88 | BB | E | 1B | 0 | 1B | 10C | 1B | 3F |
| Octal | 240 | 210 | 273 | 16 | 33 | 0 | 33 | 414 | 33 | 77 |
| Binary | 10100000 | 10001000 | 10111011 | 1110 | 11011 | 0 | 11011 | 100001100 | 11011 | 111111 |
Color Harmonies of #A088BB
Complementary color
Monochromatic Colors of #A088BB
Black with #A088BB
Text Example
Text Example
White with #A088BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088BB; }
p { color: rgb(160,136,187); }
H1.HeaderClassName
{
color: #A088BB;
}
.AnyTagClassName
{
color: #A088BB;
}
</style>
background-color css
<style>
a { background-color: #A088BB; }
a { background-color: rgb(160,136,187); }
div.DivClassName
{
background-color: #A088BB;
}
.BgClassName
{
background-color: #A088BB;
}
</style>
border-color css
<style>
span { border-color: #A088BB; }
span { border-color: rgb(160,136,187); }
td.TdClassName
{
border-color: #A088BB;
}
.TagClassName
{
border-color: #A088BB;
}
</style>