Shades of Cold Purple #A295C1
Tints of Cold Purple #A295C1
RGB
CMYK
RGB Variations
Color information
#A295C1 (or 0xA295C1) is known color: Cold Purple. HEX triplet: A2, 95 and C1. RGB value is (162,149,193). Sum of RGB (Red+Green+Blue) = 162+149+193=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #A295C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C1 is #5D6A3E. Grayscale: #9D9D9D. Windows color (decimal): -6122047 or 12686754. OLE color: 12686754.
HSL color Cylindrical-coordinate representation of color #A295C1: hue angle of 257.73º degrees, saturation: 0.26, 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 #A295C1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 149 | 193 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.24 |
| HSL | 257.73º | 0.26% | 0.67% | - |
| HSV(B) | 257.73º | 0.23% | 0.76% | - |
| XYZ | 35.27 | 33.03 | 54.97 | - |
| YUV | 157.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 193 | 0.16 | 0.23 | 0 | 0.24 | 257.73 | 0.26 | 0.67 |
| Hex | A2 | 95 | C1 | 10 | 17 | 0 | 18 | 102 | 1A | 43 |
| Octal | 242 | 225 | 301 | 20 | 27 | 0 | 30 | 402 | 32 | 103 |
| Binary | 10100010 | 10010101 | 11000001 | 10000 | 10111 | 0 | 11000 | 100000010 | 11010 | 1000011 |
Color Harmonies of #A295C1
Complementary color
Monochromatic Colors of #A295C1
Black with #A295C1
Text Example
Text Example
White with #A295C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295C1; }
p { color: rgb(162,149,193); }
H1.HeaderClassName
{
color: #A295C1;
}
.AnyTagClassName
{
color: #A295C1;
}
</style>
background-color css
<style>
a { background-color: #A295C1; }
a { background-color: rgb(162,149,193); }
div.DivClassName
{
background-color: #A295C1;
}
.BgClassName
{
background-color: #A295C1;
}
</style>
border-color css
<style>
span { border-color: #A295C1; }
span { border-color: rgb(162,149,193); }
td.TdClassName
{
border-color: #A295C1;
}
.TagClassName
{
border-color: #A295C1;
}
</style>