Shades of Cold Purple #A295C6
Tints of Cold Purple #A295C6
RGB
CMYK
RGB Variations
Color information
#A295C6 (or 0xA295C6) is known color: Cold Purple. HEX triplet: A2, 95 and C6. RGB value is (162,149,198). Sum of RGB (Red+Green+Blue) = 162+149+198=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #A295C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C6 is #5D6A39. Grayscale: #9E9E9E. Windows color (decimal): -6122042 or 13014434. OLE color: 13014434.
HSL color Cylindrical-coordinate representation of color #A295C6: hue angle of 255.92º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A295C6 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 149 | 198 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.22 |
| HSL | 255.92º | 0.3% | 0.68% | - |
| HSV(B) | 255.92º | 0.25% | 0.78% | - |
| XYZ | 35.84 | 33.25 | 57.96 | - |
| YUV | 158.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 198 | 0.18 | 0.25 | 0 | 0.22 | 255.92 | 0.3 | 0.68 |
| Hex | A2 | 95 | C6 | 12 | 19 | 0 | 16 | 100 | 1E | 44 |
| Octal | 242 | 225 | 306 | 22 | 31 | 0 | 26 | 400 | 36 | 104 |
| Binary | 10100010 | 10010101 | 11000110 | 10010 | 11001 | 0 | 10110 | 100000000 | 11110 | 1000100 |
Color Harmonies of #A295C6
Complementary color
Monochromatic Colors of #A295C6
Black with #A295C6
Text Example
Text Example
White with #A295C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295C6; }
p { color: rgb(162,149,198); }
H1.HeaderClassName
{
color: #A295C6;
}
.AnyTagClassName
{
color: #A295C6;
}
</style>
background-color css
<style>
a { background-color: #A295C6; }
a { background-color: rgb(162,149,198); }
div.DivClassName
{
background-color: #A295C6;
}
.BgClassName
{
background-color: #A295C6;
}
</style>
border-color css
<style>
span { border-color: #A295C6; }
span { border-color: rgb(162,149,198); }
td.TdClassName
{
border-color: #A295C6;
}
.TagClassName
{
border-color: #A295C6;
}
</style>