Shades of Cold Purple #A189CF
Tints of Cold Purple #A189CF
RGB
CMYK
RGB Variations
Color information
#A189CF (or 0xA189CF) is known color: Cold Purple. HEX triplet: A1, 89 and CF. RGB value is (161,137,207). Sum of RGB (Red+Green+Blue) = 161+137+207=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #A189CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189CF is #5E7630. Grayscale: #979797. Windows color (decimal): -6190641 or 13601185. OLE color: 13601185.
HSL color Cylindrical-coordinate representation of color #A189CF: hue angle of 260.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A189CF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 137 | 207 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.19 |
| HSL | 260.57º | 0.42% | 0.67% | - |
| HSV(B) | 260.57º | 0.34% | 0.81% | - |
| XYZ | 34.91 | 29.97 | 62.98 | - |
| YUV | 152.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 207 | 0.22 | 0.34 | 0 | 0.19 | 260.57 | 0.42 | 0.67 |
| Hex | A1 | 89 | CF | 16 | 22 | 0 | 13 | 105 | 2A | 43 |
| Octal | 241 | 211 | 317 | 26 | 42 | 0 | 23 | 405 | 52 | 103 |
| Binary | 10100001 | 10001001 | 11001111 | 10110 | 100010 | 0 | 10011 | 100000101 | 101010 | 1000011 |
Color Harmonies of #A189CF
Complementary color
Monochromatic Colors of #A189CF
Black with #A189CF
Text Example
Text Example
White with #A189CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189CF; }
p { color: rgb(161,137,207); }
H1.HeaderClassName
{
color: #A189CF;
}
.AnyTagClassName
{
color: #A189CF;
}
</style>
background-color css
<style>
a { background-color: #A189CF; }
a { background-color: rgb(161,137,207); }
div.DivClassName
{
background-color: #A189CF;
}
.BgClassName
{
background-color: #A189CF;
}
</style>
border-color css
<style>
span { border-color: #A189CF; }
span { border-color: rgb(161,137,207); }
td.TdClassName
{
border-color: #A189CF;
}
.TagClassName
{
border-color: #A189CF;
}
</style>