Shades of Cold Purple #A189C1
Tints of Cold Purple #A189C1
RGB
CMYK
RGB Variations
Color information
#A189C1 (or 0xA189C1) is known color: Cold Purple. HEX triplet: A1, 89 and C1. RGB value is (161,137,193). Sum of RGB (Red+Green+Blue) = 161+137+193=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A189C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189C1 is #5E763E. Grayscale: #969696. Windows color (decimal): -6190655 or 12683681. OLE color: 12683681.
HSL color Cylindrical-coordinate representation of color #A189C1: hue angle of 265.71º 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 #A189C1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 137 | 193 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.24 |
| HSL | 265.71º | 0.31% | 0.65% | - |
| HSV(B) | 265.71º | 0.29% | 0.76% | - |
| XYZ | 33.27 | 29.32 | 54.36 | - |
| YUV | 150.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 193 | 0.17 | 0.29 | 0 | 0.24 | 265.71 | 0.31 | 0.65 |
| Hex | A1 | 89 | C1 | 11 | 1D | 0 | 18 | 10A | 1F | 41 |
| Octal | 241 | 211 | 301 | 21 | 35 | 0 | 30 | 412 | 37 | 101 |
| Binary | 10100001 | 10001001 | 11000001 | 10001 | 11101 | 0 | 11000 | 100001010 | 11111 | 1000001 |
Color Harmonies of #A189C1
Complementary color
Monochromatic Colors of #A189C1
Black with #A189C1
Text Example
Text Example
White with #A189C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189C1; }
p { color: rgb(161,137,193); }
H1.HeaderClassName
{
color: #A189C1;
}
.AnyTagClassName
{
color: #A189C1;
}
</style>
background-color css
<style>
a { background-color: #A189C1; }
a { background-color: rgb(161,137,193); }
div.DivClassName
{
background-color: #A189C1;
}
.BgClassName
{
background-color: #A189C1;
}
</style>
border-color css
<style>
span { border-color: #A189C1; }
span { border-color: rgb(161,137,193); }
td.TdClassName
{
border-color: #A189C1;
}
.TagClassName
{
border-color: #A189C1;
}
</style>