Shades of Cold Purple #A18BC0
Tints of Cold Purple #A18BC0
RGB
CMYK
RGB Variations
Color information
#A18BC0 (or 0xA18BC0) is known color: Cold Purple. HEX triplet: A1, 8B and C0. RGB value is (161,139,192). Sum of RGB (Red+Green+Blue) = 161+139+192=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #A18BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BC0 is #5E743F. Grayscale: #979797. Windows color (decimal): -6190144 or 12618657. OLE color: 12618657.
HSL color Cylindrical-coordinate representation of color #A18BC0: hue angle of 264.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A18BC0 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 139 | 192 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.25 |
| HSL | 264.91º | 0.3% | 0.65% | - |
| HSV(B) | 264.91º | 0.28% | 0.75% | - |
| XYZ | 33.45 | 29.85 | 53.87 | - |
| YUV | 151.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 192 | 0.16 | 0.28 | 0 | 0.25 | 264.91 | 0.3 | 0.65 |
| Hex | A1 | 8B | C0 | 10 | 1C | 0 | 19 | 109 | 1E | 41 |
| Octal | 241 | 213 | 300 | 20 | 34 | 0 | 31 | 411 | 36 | 101 |
| Binary | 10100001 | 10001011 | 11000000 | 10000 | 11100 | 0 | 11001 | 100001001 | 11110 | 1000001 |
Color Harmonies of #A18BC0
Complementary color
Monochromatic Colors of #A18BC0
Black with #A18BC0
Text Example
Text Example
White with #A18BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BC0; }
p { color: rgb(161,139,192); }
H1.HeaderClassName
{
color: #A18BC0;
}
.AnyTagClassName
{
color: #A18BC0;
}
</style>
background-color css
<style>
a { background-color: #A18BC0; }
a { background-color: rgb(161,139,192); }
div.DivClassName
{
background-color: #A18BC0;
}
.BgClassName
{
background-color: #A18BC0;
}
</style>
border-color css
<style>
span { border-color: #A18BC0; }
span { border-color: rgb(161,139,192); }
td.TdClassName
{
border-color: #A18BC0;
}
.TagClassName
{
border-color: #A18BC0;
}
</style>