Shades of Cold Purple #A294BF
Tints of Cold Purple #A294BF
RGB
CMYK
RGB Variations
Color information
#A294BF (or 0xA294BF) is known color: Cold Purple. HEX triplet: A2, 94 and BF. RGB value is (162,148,191). Sum of RGB (Red+Green+Blue) = 162+148+191=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #A294BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294BF is #5D6B40. Grayscale: #9C9C9C. Windows color (decimal): -6122305 or 12555426. OLE color: 12555426.
HSL color Cylindrical-coordinate representation of color #A294BF: hue angle of 259.53º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A294BF is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 148 | 191 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.25 |
| HSL | 259.53º | 0.25% | 0.66% | - |
| HSV(B) | 259.53º | 0.23% | 0.75% | - |
| XYZ | 34.89 | 32.62 | 53.75 | - |
| YUV | 157.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 191 | 0.15 | 0.23 | 0 | 0.25 | 259.53 | 0.25 | 0.66 |
| Hex | A2 | 94 | BF | F | 17 | 0 | 19 | 104 | 19 | 42 |
| Octal | 242 | 224 | 277 | 17 | 27 | 0 | 31 | 404 | 31 | 102 |
| Binary | 10100010 | 10010100 | 10111111 | 1111 | 10111 | 0 | 11001 | 100000100 | 11001 | 1000010 |
Color Harmonies of #A294BF
Complementary color
Monochromatic Colors of #A294BF
Black with #A294BF
Text Example
Text Example
White with #A294BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294BF; }
p { color: rgb(162,148,191); }
H1.HeaderClassName
{
color: #A294BF;
}
.AnyTagClassName
{
color: #A294BF;
}
</style>
background-color css
<style>
a { background-color: #A294BF; }
a { background-color: rgb(162,148,191); }
div.DivClassName
{
background-color: #A294BF;
}
.BgClassName
{
background-color: #A294BF;
}
</style>
border-color css
<style>
span { border-color: #A294BF; }
span { border-color: rgb(162,148,191); }
td.TdClassName
{
border-color: #A294BF;
}
.TagClassName
{
border-color: #A294BF;
}
</style>