Shades of Cold Purple #A089C0
Tints of Cold Purple #A089C0
RGB
CMYK
RGB Variations
Color information
#A089C0 (or 0xA089C0) is known color: Cold Purple. HEX triplet: A0, 89 and C0. RGB value is (160,137,192). Sum of RGB (Red+Green+Blue) = 160+137+192=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #A089C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089C0 is #5F763F. Grayscale: #959595. Windows color (decimal): -6256192 or 12618144. OLE color: 12618144.
HSL color Cylindrical-coordinate representation of color #A089C0: hue angle of 265.09º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A089C0 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 137 | 192 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.25 |
| HSL | 265.09º | 0.3% | 0.65% | - |
| HSV(B) | 265.09º | 0.29% | 0.75% | - |
| XYZ | 32.96 | 29.17 | 53.76 | - |
| YUV | 150.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 192 | 0.17 | 0.29 | 0 | 0.25 | 265.09 | 0.3 | 0.65 |
| Hex | A0 | 89 | C0 | 11 | 1D | 0 | 19 | 109 | 1E | 41 |
| Octal | 240 | 211 | 300 | 21 | 35 | 0 | 31 | 411 | 36 | 101 |
| Binary | 10100000 | 10001001 | 11000000 | 10001 | 11101 | 0 | 11001 | 100001001 | 11110 | 1000001 |
Color Harmonies of #A089C0
Complementary color
Monochromatic Colors of #A089C0
Black with #A089C0
Text Example
Text Example
White with #A089C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089C0; }
p { color: rgb(160,137,192); }
H1.HeaderClassName
{
color: #A089C0;
}
.AnyTagClassName
{
color: #A089C0;
}
</style>
background-color css
<style>
a { background-color: #A089C0; }
a { background-color: rgb(160,137,192); }
div.DivClassName
{
background-color: #A089C0;
}
.BgClassName
{
background-color: #A089C0;
}
</style>
border-color css
<style>
span { border-color: #A089C0; }
span { border-color: rgb(160,137,192); }
td.TdClassName
{
border-color: #A089C0;
}
.TagClassName
{
border-color: #A089C0;
}
</style>