Shades of Cold Purple #A198B7
Tints of Cold Purple #A198B7
RGB
CMYK
RGB Variations
Color information
#A198B7 (or 0xA198B7) is known color: Cold Purple. HEX triplet: A1, 98 and B7. RGB value is (161,152,183). Sum of RGB (Red+Green+Blue) = 161+152+183=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #A198B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198B7 is #5E6748. Grayscale: #9E9E9E. Windows color (decimal): -6186825 or 12032161. OLE color: 12032161.
HSL color Cylindrical-coordinate representation of color #A198B7: hue angle of 257.42º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A198B7 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 152 | 183 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.28 |
| HSL | 257.42º | 0.18% | 0.66% | - |
| HSV(B) | 257.42º | 0.17% | 0.72% | - |
| XYZ | 34.47 | 33.45 | 49.44 | - |
| YUV | 158.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 183 | 0.12 | 0.17 | 0 | 0.28 | 257.42 | 0.18 | 0.66 |
| Hex | A1 | 98 | B7 | C | 11 | 0 | 1C | 101 | 12 | 42 |
| Octal | 241 | 230 | 267 | 14 | 21 | 0 | 34 | 401 | 22 | 102 |
| Binary | 10100001 | 10011000 | 10110111 | 1100 | 10001 | 0 | 11100 | 100000001 | 10010 | 1000010 |
Color Harmonies of #A198B7
Complementary color
Monochromatic Colors of #A198B7
Black with #A198B7
Text Example
Text Example
White with #A198B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198B7; }
p { color: rgb(161,152,183); }
H1.HeaderClassName
{
color: #A198B7;
}
.AnyTagClassName
{
color: #A198B7;
}
</style>
background-color css
<style>
a { background-color: #A198B7; }
a { background-color: rgb(161,152,183); }
div.DivClassName
{
background-color: #A198B7;
}
.BgClassName
{
background-color: #A198B7;
}
</style>
border-color css
<style>
span { border-color: #A198B7; }
span { border-color: rgb(161,152,183); }
td.TdClassName
{
border-color: #A198B7;
}
.TagClassName
{
border-color: #A198B7;
}
</style>