Shades of Cold Purple #A294C5
Tints of Cold Purple #A294C5
RGB
CMYK
RGB Variations
Color information
#A294C5 (or 0xA294C5) is known color: Cold Purple. HEX triplet: A2, 94 and C5. RGB value is (162,148,197). Sum of RGB (Red+Green+Blue) = 162+148+197=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #A294C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294C5 is #5D6B3A. Grayscale: #9D9D9D. Windows color (decimal): -6122299 or 12948642. OLE color: 12948642.
HSL color Cylindrical-coordinate representation of color #A294C5: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A294C5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 148 | 197 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.23 |
| HSL | 257.14º | 0.3% | 0.68% | - |
| HSV(B) | 257.14º | 0.25% | 0.77% | - |
| XYZ | 35.57 | 32.89 | 57.3 | - |
| YUV | 157.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 197 | 0.18 | 0.25 | 0 | 0.23 | 257.14 | 0.3 | 0.68 |
| Hex | A2 | 94 | C5 | 12 | 19 | 0 | 17 | 101 | 1E | 44 |
| Octal | 242 | 224 | 305 | 22 | 31 | 0 | 27 | 401 | 36 | 104 |
| Binary | 10100010 | 10010100 | 11000101 | 10010 | 11001 | 0 | 10111 | 100000001 | 11110 | 1000100 |
Color Harmonies of #A294C5
Complementary color
Monochromatic Colors of #A294C5
Black with #A294C5
Text Example
Text Example
White with #A294C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294C5; }
p { color: rgb(162,148,197); }
H1.HeaderClassName
{
color: #A294C5;
}
.AnyTagClassName
{
color: #A294C5;
}
</style>
background-color css
<style>
a { background-color: #A294C5; }
a { background-color: rgb(162,148,197); }
div.DivClassName
{
background-color: #A294C5;
}
.BgClassName
{
background-color: #A294C5;
}
</style>
border-color css
<style>
span { border-color: #A294C5; }
span { border-color: rgb(162,148,197); }
td.TdClassName
{
border-color: #A294C5;
}
.TagClassName
{
border-color: #A294C5;
}
</style>