Shades of Cold Purple #A489C0
Tints of Cold Purple #A489C0
RGB
CMYK
RGB Variations
Color information
#A489C0 (or 0xA489C0) is known color: Cold Purple. HEX triplet: A4, 89 and C0. RGB value is (164,137,192). Sum of RGB (Red+Green+Blue) = 164+137+192=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #A489C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489C0 is #5B763F. Grayscale: #979797. Windows color (decimal): -5994048 or 12618148. OLE color: 12618148.
HSL color Cylindrical-coordinate representation of color #A489C0: hue angle of 269.45º 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 #A489C0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 137 | 192 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.25 |
| HSL | 269.45º | 0.3% | 0.65% | - |
| HSV(B) | 269.45º | 0.29% | 0.75% | - |
| XYZ | 33.77 | 29.59 | 53.8 | - |
| YUV | 151.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 192 | 0.15 | 0.29 | 0 | 0.25 | 269.45 | 0.3 | 0.65 |
| Hex | A4 | 89 | C0 | F | 1D | 0 | 19 | 10D | 1E | 41 |
| Octal | 244 | 211 | 300 | 17 | 35 | 0 | 31 | 415 | 36 | 101 |
| Binary | 10100100 | 10001001 | 11000000 | 1111 | 11101 | 0 | 11001 | 100001101 | 11110 | 1000001 |
Color Harmonies of #A489C0
Complementary color
Monochromatic Colors of #A489C0
Black with #A489C0
Text Example
Text Example
White with #A489C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A489C0; }
p { color: rgb(164,137,192); }
H1.HeaderClassName
{
color: #A489C0;
}
.AnyTagClassName
{
color: #A489C0;
}
</style>
background-color css
<style>
a { background-color: #A489C0; }
a { background-color: rgb(164,137,192); }
div.DivClassName
{
background-color: #A489C0;
}
.BgClassName
{
background-color: #A489C0;
}
</style>
border-color css
<style>
span { border-color: #A489C0; }
span { border-color: rgb(164,137,192); }
td.TdClassName
{
border-color: #A489C0;
}
.TagClassName
{
border-color: #A489C0;
}
</style>