Shades of Cold Purple #A189C5
Tints of Cold Purple #A189C5
RGB
CMYK
RGB Variations
Color information
#A189C5 (or 0xA189C5) is known color: Cold Purple. HEX triplet: A1, 89 and C5. RGB value is (161,137,197). Sum of RGB (Red+Green+Blue) = 161+137+197=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #A189C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189C5 is #5E763A. Grayscale: #969696. Windows color (decimal): -6190651 or 12945825. OLE color: 12945825.
HSL color Cylindrical-coordinate representation of color #A189C5: hue angle of 264º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A189C5 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 137 | 197 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.23 |
| HSL | 264º | 0.34% | 0.65% | - |
| HSV(B) | 264º | 0.3% | 0.77% | - |
| XYZ | 33.72 | 29.5 | 56.74 | - |
| YUV | 151.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 197 | 0.18 | 0.30 | 0 | 0.23 | 264 | 0.34 | 0.65 |
| Hex | A1 | 89 | C5 | 12 | 1E | 0 | 17 | 108 | 22 | 41 |
| Octal | 241 | 211 | 305 | 22 | 36 | 0 | 27 | 410 | 42 | 101 |
| Binary | 10100001 | 10001001 | 11000101 | 10010 | 11110 | 0 | 10111 | 100001000 | 100010 | 1000001 |
Color Harmonies of #A189C5
Complementary color
Monochromatic Colors of #A189C5
Black with #A189C5
Text Example
Text Example
White with #A189C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189C5; }
p { color: rgb(161,137,197); }
H1.HeaderClassName
{
color: #A189C5;
}
.AnyTagClassName
{
color: #A189C5;
}
</style>
background-color css
<style>
a { background-color: #A189C5; }
a { background-color: rgb(161,137,197); }
div.DivClassName
{
background-color: #A189C5;
}
.BgClassName
{
background-color: #A189C5;
}
</style>
border-color css
<style>
span { border-color: #A189C5; }
span { border-color: rgb(161,137,197); }
td.TdClassName
{
border-color: #A189C5;
}
.TagClassName
{
border-color: #A189C5;
}
</style>