Shades of Cold Purple #A298C0
Tints of Cold Purple #A298C0
RGB
CMYK
RGB Variations
Color information
#A298C0 (or 0xA298C0) is known color: Cold Purple. HEX triplet: A2, 98 and C0. RGB value is (162,152,192). Sum of RGB (Red+Green+Blue) = 162+152+192=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 192 - color contains mainly: blue. Hex color #A298C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298C0 is #5D673F. Grayscale: #9F9F9F. Windows color (decimal): -6121280 or 12621986. OLE color: 12621986.
HSL color Cylindrical-coordinate representation of color #A298C0: hue angle of 255º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A298C0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 152 | 192 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.25 |
| HSL | 255º | 0.24% | 0.67% | - |
| HSV(B) | 255º | 0.21% | 0.75% | - |
| XYZ | 35.64 | 33.94 | 54.54 | - |
| YUV | 159.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 192 | 0.16 | 0.21 | 0 | 0.25 | 255 | 0.24 | 0.67 |
| Hex | A2 | 98 | C0 | 10 | 15 | 0 | 19 | FF | 18 | 43 |
| Octal | 242 | 230 | 300 | 20 | 25 | 0 | 31 | 377 | 30 | 103 |
| Binary | 10100010 | 10011000 | 11000000 | 10000 | 10101 | 0 | 11001 | 11111111 | 11000 | 1000011 |
Color Harmonies of #A298C0
Complementary color
Monochromatic Colors of #A298C0
Black with #A298C0
Text Example
Text Example
White with #A298C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298C0; }
p { color: rgb(162,152,192); }
H1.HeaderClassName
{
color: #A298C0;
}
.AnyTagClassName
{
color: #A298C0;
}
</style>
background-color css
<style>
a { background-color: #A298C0; }
a { background-color: rgb(162,152,192); }
div.DivClassName
{
background-color: #A298C0;
}
.BgClassName
{
background-color: #A298C0;
}
</style>
border-color css
<style>
span { border-color: #A298C0; }
span { border-color: rgb(162,152,192); }
td.TdClassName
{
border-color: #A298C0;
}
.TagClassName
{
border-color: #A298C0;
}
</style>