Shades of Cold Purple #A188C1
Tints of Cold Purple #A188C1
RGB
CMYK
RGB Variations
Color information
#A188C1 (or 0xA188C1) is known color: Cold Purple. HEX triplet: A1, 88 and C1. RGB value is (161,136,193). Sum of RGB (Red+Green+Blue) = 161+136+193=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #A188C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188C1 is #5E773E. Grayscale: #959595. Windows color (decimal): -6190911 or 12683425. OLE color: 12683425.
HSL color Cylindrical-coordinate representation of color #A188C1: hue angle of 266.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A188C1 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 136 | 193 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.24 |
| HSL | 266.32º | 0.31% | 0.65% | - |
| HSV(B) | 266.32º | 0.3% | 0.76% | - |
| XYZ | 33.13 | 29.04 | 54.31 | - |
| YUV | 149.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 193 | 0.17 | 0.30 | 0 | 0.24 | 266.32 | 0.31 | 0.65 |
| Hex | A1 | 88 | C1 | 11 | 1E | 0 | 18 | 10A | 1F | 41 |
| Octal | 241 | 210 | 301 | 21 | 36 | 0 | 30 | 412 | 37 | 101 |
| Binary | 10100001 | 10001000 | 11000001 | 10001 | 11110 | 0 | 11000 | 100001010 | 11111 | 1000001 |
Color Harmonies of #A188C1
Complementary color
Monochromatic Colors of #A188C1
Black with #A188C1
Text Example
Text Example
White with #A188C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188C1; }
p { color: rgb(161,136,193); }
H1.HeaderClassName
{
color: #A188C1;
}
.AnyTagClassName
{
color: #A188C1;
}
</style>
background-color css
<style>
a { background-color: #A188C1; }
a { background-color: rgb(161,136,193); }
div.DivClassName
{
background-color: #A188C1;
}
.BgClassName
{
background-color: #A188C1;
}
</style>
border-color css
<style>
span { border-color: #A188C1; }
span { border-color: rgb(161,136,193); }
td.TdClassName
{
border-color: #A188C1;
}
.TagClassName
{
border-color: #A188C1;
}
</style>