Shades of Cold Purple #A089BC
Tints of Cold Purple #A089BC
RGB
CMYK
RGB Variations
Color information
#A089BC (or 0xA089BC) is known color: Cold Purple. HEX triplet: A0, 89 and BC. RGB value is (160,137,188). Sum of RGB (Red+Green+Blue) = 160+137+188=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #A089BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BC is #5F7643. Grayscale: #959595. Windows color (decimal): -6256196 or 12356000. OLE color: 12356000.
HSL color Cylindrical-coordinate representation of color #A089BC: hue angle of 267.06º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A089BC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 137 | 188 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.26 |
| HSL | 267.06º | 0.28% | 0.64% | - |
| HSV(B) | 267.06º | 0.27% | 0.74% | - |
| XYZ | 32.52 | 29 | 51.46 | - |
| YUV | 149.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 188 | 0.15 | 0.27 | 0 | 0.26 | 267.06 | 0.28 | 0.64 |
| Hex | A0 | 89 | BC | F | 1B | 0 | 1A | 10B | 1C | 40 |
| Octal | 240 | 211 | 274 | 17 | 33 | 0 | 32 | 413 | 34 | 100 |
| Binary | 10100000 | 10001001 | 10111100 | 1111 | 11011 | 0 | 11010 | 100001011 | 11100 | 1000000 |
Color Harmonies of #A089BC
Complementary color
Monochromatic Colors of #A089BC
Black with #A089BC
Text Example
Text Example
White with #A089BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089BC; }
p { color: rgb(160,137,188); }
H1.HeaderClassName
{
color: #A089BC;
}
.AnyTagClassName
{
color: #A089BC;
}
</style>
background-color css
<style>
a { background-color: #A089BC; }
a { background-color: rgb(160,137,188); }
div.DivClassName
{
background-color: #A089BC;
}
.BgClassName
{
background-color: #A089BC;
}
</style>
border-color css
<style>
span { border-color: #A089BC; }
span { border-color: rgb(160,137,188); }
td.TdClassName
{
border-color: #A089BC;
}
.TagClassName
{
border-color: #A089BC;
}
</style>