Shades of Cold Purple #A497C4
Tints of Cold Purple #A497C4
RGB
CMYK
RGB Variations
Color information
#A497C4 (or 0xA497C4) is known color: Cold Purple. HEX triplet: A4, 97 and C4. RGB value is (164,151,196). Sum of RGB (Red+Green+Blue) = 164+151+196=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #A497C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497C4 is #5B683B. Grayscale: #9F9F9F. Windows color (decimal): -5990460 or 12883876. OLE color: 12883876.
HSL color Cylindrical-coordinate representation of color #A497C4: hue angle of 257.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A497C4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 151 | 196 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.23 |
| HSL | 257.33º | 0.28% | 0.68% | - |
| HSV(B) | 257.33º | 0.23% | 0.77% | - |
| XYZ | 36.34 | 34.01 | 56.87 | - |
| YUV | 160.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 196 | 0.16 | 0.23 | 0 | 0.23 | 257.33 | 0.28 | 0.68 |
| Hex | A4 | 97 | C4 | 10 | 17 | 0 | 17 | 101 | 1C | 44 |
| Octal | 244 | 227 | 304 | 20 | 27 | 0 | 27 | 401 | 34 | 104 |
| Binary | 10100100 | 10010111 | 11000100 | 10000 | 10111 | 0 | 10111 | 100000001 | 11100 | 1000100 |
Color Harmonies of #A497C4
Complementary color
Monochromatic Colors of #A497C4
Black with #A497C4
Text Example
Text Example
White with #A497C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497C4; }
p { color: rgb(164,151,196); }
H1.HeaderClassName
{
color: #A497C4;
}
.AnyTagClassName
{
color: #A497C4;
}
</style>
background-color css
<style>
a { background-color: #A497C4; }
a { background-color: rgb(164,151,196); }
div.DivClassName
{
background-color: #A497C4;
}
.BgClassName
{
background-color: #A497C4;
}
</style>
border-color css
<style>
span { border-color: #A497C4; }
span { border-color: rgb(164,151,196); }
td.TdClassName
{
border-color: #A497C4;
}
.TagClassName
{
border-color: #A497C4;
}
</style>