Shades of Cold Purple #A188C6
Tints of Cold Purple #A188C6
RGB
CMYK
RGB Variations
Color information
#A188C6 (or 0xA188C6) is known color: Cold Purple. HEX triplet: A1, 88 and C6. RGB value is (161,136,198). Sum of RGB (Red+Green+Blue) = 161+136+198=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #A188C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188C6 is #5E7739. Grayscale: #969696. Windows color (decimal): -6190906 or 13011105. OLE color: 13011105.
HSL color Cylindrical-coordinate representation of color #A188C6: hue angle of 264.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A188C6 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 136 | 198 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.22 |
| HSL | 264.19º | 0.35% | 0.65% | - |
| HSV(B) | 264.19º | 0.31% | 0.78% | - |
| XYZ | 33.7 | 29.26 | 57.3 | - |
| YUV | 150.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 198 | 0.19 | 0.31 | 0 | 0.22 | 264.19 | 0.35 | 0.65 |
| Hex | A1 | 88 | C6 | 13 | 1F | 0 | 16 | 108 | 23 | 41 |
| Octal | 241 | 210 | 306 | 23 | 37 | 0 | 26 | 410 | 43 | 101 |
| Binary | 10100001 | 10001000 | 11000110 | 10011 | 11111 | 0 | 10110 | 100001000 | 100011 | 1000001 |
Color Harmonies of #A188C6
Complementary color
Monochromatic Colors of #A188C6
Black with #A188C6
Text Example
Text Example
White with #A188C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188C6; }
p { color: rgb(161,136,198); }
H1.HeaderClassName
{
color: #A188C6;
}
.AnyTagClassName
{
color: #A188C6;
}
</style>
background-color css
<style>
a { background-color: #A188C6; }
a { background-color: rgb(161,136,198); }
div.DivClassName
{
background-color: #A188C6;
}
.BgClassName
{
background-color: #A188C6;
}
</style>
border-color css
<style>
span { border-color: #A188C6; }
span { border-color: rgb(161,136,198); }
td.TdClassName
{
border-color: #A188C6;
}
.TagClassName
{
border-color: #A188C6;
}
</style>