Shades of Cold Purple #A089BB
Tints of Cold Purple #A089BB
RGB
CMYK
RGB Variations
Color information
#A089BB (or 0xA089BB) is known color: Cold Purple. HEX triplet: A0, 89 and BB. RGB value is (160,137,187). Sum of RGB (Red+Green+Blue) = 160+137+187=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 137 (53.91% from 255 or 28.31% 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 #A089BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BB is #5F7644. Grayscale: #959595. Windows color (decimal): -6256197 or 12290464. OLE color: 12290464.
HSL color Cylindrical-coordinate representation of color #A089BB: hue angle of 267.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A089BB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 137 | 187 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.27 |
| HSL | 267.6º | 0.27% | 0.64% | - |
| HSV(B) | 267.6º | 0.27% | 0.73% | - |
| XYZ | 32.41 | 28.95 | 50.89 | - |
| YUV | 149.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 187 | 0.14 | 0.27 | 0 | 0.27 | 267.6 | 0.27 | 0.64 |
| Hex | A0 | 89 | BB | E | 1B | 0 | 1B | 10C | 1B | 40 |
| Octal | 240 | 211 | 273 | 16 | 33 | 0 | 33 | 414 | 33 | 100 |
| Binary | 10100000 | 10001001 | 10111011 | 1110 | 11011 | 0 | 11011 | 100001100 | 11011 | 1000000 |
Color Harmonies of #A089BB
Complementary color
Monochromatic Colors of #A089BB
Black with #A089BB
Text Example
Text Example
White with #A089BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089BB; }
p { color: rgb(160,137,187); }
H1.HeaderClassName
{
color: #A089BB;
}
.AnyTagClassName
{
color: #A089BB;
}
</style>
background-color css
<style>
a { background-color: #A089BB; }
a { background-color: rgb(160,137,187); }
div.DivClassName
{
background-color: #A089BB;
}
.BgClassName
{
background-color: #A089BB;
}
</style>
border-color css
<style>
span { border-color: #A089BB; }
span { border-color: rgb(160,137,187); }
td.TdClassName
{
border-color: #A089BB;
}
.TagClassName
{
border-color: #A089BB;
}
</style>