Shades of Cold Purple #A298BC
Tints of Cold Purple #A298BC
RGB
CMYK
RGB Variations
Color information
#A298BC (or 0xA298BC) is known color: Cold Purple. HEX triplet: A2, 98 and BC. RGB value is (162,152,188). Sum of RGB (Red+Green+Blue) = 162+152+188=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A298BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298BC is #5D6743. Grayscale: #9E9E9E. Windows color (decimal): -6121284 or 12359842. OLE color: 12359842.
HSL color Cylindrical-coordinate representation of color #A298BC: hue angle of 256.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A298BC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 152 | 188 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.26 |
| HSL | 256.67º | 0.21% | 0.67% | - |
| HSV(B) | 256.67º | 0.19% | 0.74% | - |
| XYZ | 35.21 | 33.77 | 52.24 | - |
| YUV | 159.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 188 | 0.14 | 0.19 | 0 | 0.26 | 256.67 | 0.21 | 0.67 |
| Hex | A2 | 98 | BC | E | 13 | 0 | 1A | 101 | 15 | 43 |
| Octal | 242 | 230 | 274 | 16 | 23 | 0 | 32 | 401 | 25 | 103 |
| Binary | 10100010 | 10011000 | 10111100 | 1110 | 10011 | 0 | 11010 | 100000001 | 10101 | 1000011 |
Color Harmonies of #A298BC
Complementary color
Monochromatic Colors of #A298BC
Black with #A298BC
Text Example
Text Example
White with #A298BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298BC; }
p { color: rgb(162,152,188); }
H1.HeaderClassName
{
color: #A298BC;
}
.AnyTagClassName
{
color: #A298BC;
}
</style>
background-color css
<style>
a { background-color: #A298BC; }
a { background-color: rgb(162,152,188); }
div.DivClassName
{
background-color: #A298BC;
}
.BgClassName
{
background-color: #A298BC;
}
</style>
border-color css
<style>
span { border-color: #A298BC; }
span { border-color: rgb(162,152,188); }
td.TdClassName
{
border-color: #A298BC;
}
.TagClassName
{
border-color: #A298BC;
}
</style>