Shades of Cold Purple #A498BD
Tints of Cold Purple #A498BD
RGB
CMYK
RGB Variations
Color information
#A498BD (or 0xA498BD) is known color: Cold Purple. HEX triplet: A4, 98 and BD. RGB value is (164,152,189). Sum of RGB (Red+Green+Blue) = 164+152+189=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A498BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498BD is #5B6742. Grayscale: #9F9F9F. Windows color (decimal): -5990211 or 12425380. OLE color: 12425380.
HSL color Cylindrical-coordinate representation of color #A498BD: hue angle of 259.46º 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 #A498BD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 152 | 189 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.26 |
| HSL | 259.46º | 0.22% | 0.67% | - |
| HSV(B) | 259.46º | 0.2% | 0.74% | - |
| XYZ | 35.72 | 34.02 | 52.83 | - |
| YUV | 159.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 189 | 0.13 | 0.20 | 0 | 0.26 | 259.46 | 0.22 | 0.67 |
| Hex | A4 | 98 | BD | D | 14 | 0 | 1A | 103 | 16 | 43 |
| Octal | 244 | 230 | 275 | 15 | 24 | 0 | 32 | 403 | 26 | 103 |
| Binary | 10100100 | 10011000 | 10111101 | 1101 | 10100 | 0 | 11010 | 100000011 | 10110 | 1000011 |
Color Harmonies of #A498BD
Complementary color
Monochromatic Colors of #A498BD
Black with #A498BD
Text Example
Text Example
White with #A498BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498BD; }
p { color: rgb(164,152,189); }
H1.HeaderClassName
{
color: #A498BD;
}
.AnyTagClassName
{
color: #A498BD;
}
</style>
background-color css
<style>
a { background-color: #A498BD; }
a { background-color: rgb(164,152,189); }
div.DivClassName
{
background-color: #A498BD;
}
.BgClassName
{
background-color: #A498BD;
}
</style>
border-color css
<style>
span { border-color: #A498BD; }
span { border-color: rgb(164,152,189); }
td.TdClassName
{
border-color: #A498BD;
}
.TagClassName
{
border-color: #A498BD;
}
</style>