Shades of Cold Purple #A497BD
Tints of Cold Purple #A497BD
RGB
CMYK
RGB Variations
Color information
#A497BD (or 0xA497BD) is known color: Cold Purple. HEX triplet: A4, 97 and BD. RGB value is (164,151,189). Sum of RGB (Red+Green+Blue) = 164+151+189=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A497BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497BD is #5B6842. Grayscale: #9F9F9F. Windows color (decimal): -5990467 or 12425124. OLE color: 12425124.
HSL color Cylindrical-coordinate representation of color #A497BD: hue angle of 260.53º 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 #A497BD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 151 | 189 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.26 |
| HSL | 260.53º | 0.22% | 0.67% | - |
| HSV(B) | 260.53º | 0.2% | 0.74% | - |
| XYZ | 35.56 | 33.7 | 52.77 | - |
| YUV | 159.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 189 | 0.13 | 0.20 | 0 | 0.26 | 260.53 | 0.22 | 0.67 |
| Hex | A4 | 97 | BD | D | 14 | 0 | 1A | 105 | 16 | 43 |
| Octal | 244 | 227 | 275 | 15 | 24 | 0 | 32 | 405 | 26 | 103 |
| Binary | 10100100 | 10010111 | 10111101 | 1101 | 10100 | 0 | 11010 | 100000101 | 10110 | 1000011 |
Color Harmonies of #A497BD
Complementary color
Monochromatic Colors of #A497BD
Black with #A497BD
Text Example
Text Example
White with #A497BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497BD; }
p { color: rgb(164,151,189); }
H1.HeaderClassName
{
color: #A497BD;
}
.AnyTagClassName
{
color: #A497BD;
}
</style>
background-color css
<style>
a { background-color: #A497BD; }
a { background-color: rgb(164,151,189); }
div.DivClassName
{
background-color: #A497BD;
}
.BgClassName
{
background-color: #A497BD;
}
</style>
border-color css
<style>
span { border-color: #A497BD; }
span { border-color: rgb(164,151,189); }
td.TdClassName
{
border-color: #A497BD;
}
.TagClassName
{
border-color: #A497BD;
}
</style>