Shades of Cold Purple #A188C4
Tints of Cold Purple #A188C4
RGB
CMYK
RGB Variations
Color information
#A188C4 (or 0xA188C4) is known color: Cold Purple. HEX triplet: A1, 88 and C4. RGB value is (161,136,196). Sum of RGB (Red+Green+Blue) = 161+136+196=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #A188C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188C4 is #5E773B. Grayscale: #969696. Windows color (decimal): -6190908 or 12880033. OLE color: 12880033.
HSL color Cylindrical-coordinate representation of color #A188C4: hue angle of 265º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A188C4 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 136 | 196 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.23 |
| HSL | 265º | 0.34% | 0.65% | - |
| HSV(B) | 265º | 0.31% | 0.77% | - |
| XYZ | 33.47 | 29.17 | 56.09 | - |
| YUV | 150.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 196 | 0.18 | 0.31 | 0 | 0.23 | 265 | 0.34 | 0.65 |
| Hex | A1 | 88 | C4 | 12 | 1F | 0 | 17 | 109 | 22 | 41 |
| Octal | 241 | 210 | 304 | 22 | 37 | 0 | 27 | 411 | 42 | 101 |
| Binary | 10100001 | 10001000 | 11000100 | 10010 | 11111 | 0 | 10111 | 100001001 | 100010 | 1000001 |
Color Harmonies of #A188C4
Complementary color
Monochromatic Colors of #A188C4
Black with #A188C4
Text Example
Text Example
White with #A188C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188C4; }
p { color: rgb(161,136,196); }
H1.HeaderClassName
{
color: #A188C4;
}
.AnyTagClassName
{
color: #A188C4;
}
</style>
background-color css
<style>
a { background-color: #A188C4; }
a { background-color: rgb(161,136,196); }
div.DivClassName
{
background-color: #A188C4;
}
.BgClassName
{
background-color: #A188C4;
}
</style>
border-color css
<style>
span { border-color: #A188C4; }
span { border-color: rgb(161,136,196); }
td.TdClassName
{
border-color: #A188C4;
}
.TagClassName
{
border-color: #A188C4;
}
</style>