Shades of Cold Purple #A298C1
Tints of Cold Purple #A298C1
RGB
CMYK
RGB Variations
Color information
#A298C1 (or 0xA298C1) is known color: Cold Purple. HEX triplet: A2, 98 and C1. RGB value is (162,152,193). Sum of RGB (Red+Green+Blue) = 162+152+193=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #A298C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298C1 is #5D673E. Grayscale: #9F9F9F. Windows color (decimal): -6121279 or 12687522. OLE color: 12687522.
HSL color Cylindrical-coordinate representation of color #A298C1: hue angle of 254.63º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A298C1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 152 | 193 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.24 |
| HSL | 254.63º | 0.25% | 0.68% | - |
| HSV(B) | 254.63º | 0.21% | 0.76% | - |
| XYZ | 35.75 | 33.99 | 55.13 | - |
| YUV | 159.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 193 | 0.16 | 0.21 | 0 | 0.24 | 254.63 | 0.25 | 0.68 |
| Hex | A2 | 98 | C1 | 10 | 15 | 0 | 18 | FF | 19 | 44 |
| Octal | 242 | 230 | 301 | 20 | 25 | 0 | 30 | 377 | 31 | 104 |
| Binary | 10100010 | 10011000 | 11000001 | 10000 | 10101 | 0 | 11000 | 11111111 | 11001 | 1000100 |
Color Harmonies of #A298C1
Complementary color
Monochromatic Colors of #A298C1
Black with #A298C1
Text Example
Text Example
White with #A298C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298C1; }
p { color: rgb(162,152,193); }
H1.HeaderClassName
{
color: #A298C1;
}
.AnyTagClassName
{
color: #A298C1;
}
</style>
background-color css
<style>
a { background-color: #A298C1; }
a { background-color: rgb(162,152,193); }
div.DivClassName
{
background-color: #A298C1;
}
.BgClassName
{
background-color: #A298C1;
}
</style>
border-color css
<style>
span { border-color: #A298C1; }
span { border-color: rgb(162,152,193); }
td.TdClassName
{
border-color: #A298C1;
}
.TagClassName
{
border-color: #A298C1;
}
</style>