Shades of Cold Purple #A497BE
Tints of Cold Purple #A497BE
RGB
CMYK
RGB Variations
Color information
#A497BE (or 0xA497BE) is known color: Cold Purple. HEX triplet: A4, 97 and BE. RGB value is (164,151,190). Sum of RGB (Red+Green+Blue) = 164+151+190=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A497BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497BE is #5B6841. Grayscale: #9F9F9F. Windows color (decimal): -5990466 or 12490660. OLE color: 12490660.
HSL color Cylindrical-coordinate representation of color #A497BE: hue angle of 260º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A497BE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 151 | 190 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.25 |
| HSL | 260º | 0.23% | 0.67% | - |
| HSV(B) | 260º | 0.21% | 0.75% | - |
| XYZ | 35.67 | 33.74 | 53.35 | - |
| YUV | 159.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 190 | 0.14 | 0.21 | 0 | 0.25 | 260 | 0.23 | 0.67 |
| Hex | A4 | 97 | BE | E | 15 | 0 | 19 | 104 | 17 | 43 |
| Octal | 244 | 227 | 276 | 16 | 25 | 0 | 31 | 404 | 27 | 103 |
| Binary | 10100100 | 10010111 | 10111110 | 1110 | 10101 | 0 | 11001 | 100000100 | 10111 | 1000011 |
Color Harmonies of #A497BE
Complementary color
Monochromatic Colors of #A497BE
Black with #A497BE
Text Example
Text Example
White with #A497BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497BE; }
p { color: rgb(164,151,190); }
H1.HeaderClassName
{
color: #A497BE;
}
.AnyTagClassName
{
color: #A497BE;
}
</style>
background-color css
<style>
a { background-color: #A497BE; }
a { background-color: rgb(164,151,190); }
div.DivClassName
{
background-color: #A497BE;
}
.BgClassName
{
background-color: #A497BE;
}
</style>
border-color css
<style>
span { border-color: #A497BE; }
span { border-color: rgb(164,151,190); }
td.TdClassName
{
border-color: #A497BE;
}
.TagClassName
{
border-color: #A497BE;
}
</style>