Shades of Cold Purple #A298BD
Tints of Cold Purple #A298BD
RGB
CMYK
RGB Variations
Color information
#A298BD (or 0xA298BD) is known color: Cold Purple. HEX triplet: A2, 98 and BD. RGB value is (162,152,189). Sum of RGB (Red+Green+Blue) = 162+152+189=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A298BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298BD is #5D6742. Grayscale: #9F9F9F. Windows color (decimal): -6121283 or 12425378. OLE color: 12425378.
HSL color Cylindrical-coordinate representation of color #A298BD: hue angle of 256.22º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A298BD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 152 | 189 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.26 |
| HSL | 256.22º | 0.22% | 0.67% | - |
| HSV(B) | 256.22º | 0.2% | 0.74% | - |
| XYZ | 35.31 | 33.81 | 52.81 | - |
| YUV | 159.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 189 | 0.14 | 0.20 | 0 | 0.26 | 256.22 | 0.22 | 0.67 |
| Hex | A2 | 98 | BD | E | 14 | 0 | 1A | 100 | 16 | 43 |
| Octal | 242 | 230 | 275 | 16 | 24 | 0 | 32 | 400 | 26 | 103 |
| Binary | 10100010 | 10011000 | 10111101 | 1110 | 10100 | 0 | 11010 | 100000000 | 10110 | 1000011 |
Color Harmonies of #A298BD
Complementary color
Monochromatic Colors of #A298BD
Black with #A298BD
Text Example
Text Example
White with #A298BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298BD; }
p { color: rgb(162,152,189); }
H1.HeaderClassName
{
color: #A298BD;
}
.AnyTagClassName
{
color: #A298BD;
}
</style>
background-color css
<style>
a { background-color: #A298BD; }
a { background-color: rgb(162,152,189); }
div.DivClassName
{
background-color: #A298BD;
}
.BgClassName
{
background-color: #A298BD;
}
</style>
border-color css
<style>
span { border-color: #A298BD; }
span { border-color: rgb(162,152,189); }
td.TdClassName
{
border-color: #A298BD;
}
.TagClassName
{
border-color: #A298BD;
}
</style>