Shades of Cold Purple #A198AE
Tints of Cold Purple #A198AE
RGB
CMYK
RGB Variations
Color information
#A198AE (or 0xA198AE) is known color: Cold Purple. HEX triplet: A1, 98 and AE. RGB value is (161,152,174). Sum of RGB (Red+Green+Blue) = 161+152+174=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #A198AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A198AE is #5E6751. Grayscale: #9D9D9D. Windows color (decimal): -6186834 or 11442337. OLE color: 11442337.
HSL color Cylindrical-coordinate representation of color #A198AE: hue angle of 264.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A198AE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 152 | 174 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.32 |
| HSL | 264.55º | 0.12% | 0.64% | - |
| HSV(B) | 264.55º | 0.13% | 0.68% | - |
| XYZ | 33.57 | 33.09 | 44.66 | - |
| YUV | 157.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 174 | 0.07 | 0.13 | 0 | 0.32 | 264.55 | 0.12 | 0.64 |
| Hex | A1 | 98 | AE | 7 | D | 0 | 20 | 109 | C | 40 |
| Octal | 241 | 230 | 256 | 7 | 15 | 0 | 40 | 411 | 14 | 100 |
| Binary | 10100001 | 10011000 | 10101110 | 111 | 1101 | 0 | 100000 | 100001001 | 1100 | 1000000 |
Color Harmonies of #A198AE
Complementary color
Monochromatic Colors of #A198AE
Black with #A198AE
Text Example
Text Example
White with #A198AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198AE; }
p { color: rgb(161,152,174); }
H1.HeaderClassName
{
color: #A198AE;
}
.AnyTagClassName
{
color: #A198AE;
}
</style>
background-color css
<style>
a { background-color: #A198AE; }
a { background-color: rgb(161,152,174); }
div.DivClassName
{
background-color: #A198AE;
}
.BgClassName
{
background-color: #A198AE;
}
</style>
border-color css
<style>
span { border-color: #A198AE; }
span { border-color: rgb(161,152,174); }
td.TdClassName
{
border-color: #A198AE;
}
.TagClassName
{
border-color: #A198AE;
}
</style>