Shades of Cold Purple #A294C1
Tints of Cold Purple #A294C1
RGB
CMYK
RGB Variations
Color information
#A294C1 (or 0xA294C1) is known color: Cold Purple. HEX triplet: A2, 94 and C1. RGB value is (162,148,193). Sum of RGB (Red+Green+Blue) = 162+148+193=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #A294C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294C1 is #5D6B3E. Grayscale: #9D9D9D. Windows color (decimal): -6122303 or 12686498. OLE color: 12686498.
HSL color Cylindrical-coordinate representation of color #A294C1: hue angle of 258.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A294C1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 148 | 193 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.24 |
| HSL | 258.67º | 0.27% | 0.67% | - |
| HSV(B) | 258.67º | 0.23% | 0.76% | - |
| XYZ | 35.12 | 32.71 | 54.92 | - |
| YUV | 157.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 193 | 0.16 | 0.23 | 0 | 0.24 | 258.67 | 0.27 | 0.67 |
| Hex | A2 | 94 | C1 | 10 | 17 | 0 | 18 | 103 | 1B | 43 |
| Octal | 242 | 224 | 301 | 20 | 27 | 0 | 30 | 403 | 33 | 103 |
| Binary | 10100010 | 10010100 | 11000001 | 10000 | 10111 | 0 | 11000 | 100000011 | 11011 | 1000011 |
Color Harmonies of #A294C1
Complementary color
Monochromatic Colors of #A294C1
Black with #A294C1
Text Example
Text Example
White with #A294C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294C1; }
p { color: rgb(162,148,193); }
H1.HeaderClassName
{
color: #A294C1;
}
.AnyTagClassName
{
color: #A294C1;
}
</style>
background-color css
<style>
a { background-color: #A294C1; }
a { background-color: rgb(162,148,193); }
div.DivClassName
{
background-color: #A294C1;
}
.BgClassName
{
background-color: #A294C1;
}
</style>
border-color css
<style>
span { border-color: #A294C1; }
span { border-color: rgb(162,148,193); }
td.TdClassName
{
border-color: #A294C1;
}
.TagClassName
{
border-color: #A294C1;
}
</style>