Shades of Cold Purple #A295C5
Tints of Cold Purple #A295C5
RGB
CMYK
RGB Variations
Color information
#A295C5 (or 0xA295C5) is known color: Cold Purple. HEX triplet: A2, 95 and C5. RGB value is (162,149,197). Sum of RGB (Red+Green+Blue) = 162+149+197=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #A295C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C5 is #5D6A3A. Grayscale: #9E9E9E. Windows color (decimal): -6122043 or 12948898. OLE color: 12948898.
HSL color Cylindrical-coordinate representation of color #A295C5: hue angle of 256.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A295C5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 149 | 197 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.23 |
| HSL | 256.25º | 0.29% | 0.68% | - |
| HSV(B) | 256.25º | 0.24% | 0.77% | - |
| XYZ | 35.73 | 33.21 | 57.35 | - |
| YUV | 158.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 197 | 0.18 | 0.24 | 0 | 0.23 | 256.25 | 0.29 | 0.68 |
| Hex | A2 | 95 | C5 | 12 | 18 | 0 | 17 | 100 | 1D | 44 |
| Octal | 242 | 225 | 305 | 22 | 30 | 0 | 27 | 400 | 35 | 104 |
| Binary | 10100010 | 10010101 | 11000101 | 10010 | 11000 | 0 | 10111 | 100000000 | 11101 | 1000100 |
Color Harmonies of #A295C5
Complementary color
Monochromatic Colors of #A295C5
Black with #A295C5
Text Example
Text Example
White with #A295C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295C5; }
p { color: rgb(162,149,197); }
H1.HeaderClassName
{
color: #A295C5;
}
.AnyTagClassName
{
color: #A295C5;
}
</style>
background-color css
<style>
a { background-color: #A295C5; }
a { background-color: rgb(162,149,197); }
div.DivClassName
{
background-color: #A295C5;
}
.BgClassName
{
background-color: #A295C5;
}
</style>
border-color css
<style>
span { border-color: #A295C5; }
span { border-color: rgb(162,149,197); }
td.TdClassName
{
border-color: #A295C5;
}
.TagClassName
{
border-color: #A295C5;
}
</style>