Shades of Cold Purple #A489C1
Tints of Cold Purple #A489C1
RGB
CMYK
RGB Variations
Color information
#A489C1 (or 0xA489C1) is known color: Cold Purple. HEX triplet: A4, 89 and C1. RGB value is (164,137,193). Sum of RGB (Red+Green+Blue) = 164+137+193=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #A489C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489C1 is #5B763E. Grayscale: #979797. Windows color (decimal): -5994047 or 12683684. OLE color: 12683684.
HSL color Cylindrical-coordinate representation of color #A489C1: hue angle of 268.93º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A489C1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 137 | 193 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.24 |
| HSL | 268.93º | 0.31% | 0.65% | - |
| HSV(B) | 268.93º | 0.29% | 0.76% | - |
| XYZ | 33.88 | 29.63 | 54.39 | - |
| YUV | 151.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 193 | 0.15 | 0.29 | 0 | 0.24 | 268.93 | 0.31 | 0.65 |
| Hex | A4 | 89 | C1 | F | 1D | 0 | 18 | 10D | 1F | 41 |
| Octal | 244 | 211 | 301 | 17 | 35 | 0 | 30 | 415 | 37 | 101 |
| Binary | 10100100 | 10001001 | 11000001 | 1111 | 11101 | 0 | 11000 | 100001101 | 11111 | 1000001 |
Color Harmonies of #A489C1
Complementary color
Monochromatic Colors of #A489C1
Black with #A489C1
Text Example
Text Example
White with #A489C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A489C1; }
p { color: rgb(164,137,193); }
H1.HeaderClassName
{
color: #A489C1;
}
.AnyTagClassName
{
color: #A489C1;
}
</style>
background-color css
<style>
a { background-color: #A489C1; }
a { background-color: rgb(164,137,193); }
div.DivClassName
{
background-color: #A489C1;
}
.BgClassName
{
background-color: #A489C1;
}
</style>
border-color css
<style>
span { border-color: #A489C1; }
span { border-color: rgb(164,137,193); }
td.TdClassName
{
border-color: #A489C1;
}
.TagClassName
{
border-color: #A489C1;
}
</style>