Shades of Cold Purple #A195C5
Tints of Cold Purple #A195C5
RGB
CMYK
RGB Variations
Color information
#A195C5 (or 0xA195C5) is known color: Cold Purple. HEX triplet: A1, 95 and C5. RGB value is (161,149,197). Sum of RGB (Red+Green+Blue) = 161+149+197=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #A195C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195C5 is #5E6A3A. Grayscale: #9D9D9D. Windows color (decimal): -6187579 or 12948897. OLE color: 12948897.
HSL color Cylindrical-coordinate representation of color #A195C5: hue angle of 255º 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 #A195C5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 149 | 197 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.23 |
| HSL | 255º | 0.29% | 0.68% | - |
| HSV(B) | 255º | 0.24% | 0.77% | - |
| XYZ | 35.52 | 33.1 | 57.34 | - |
| YUV | 158.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 197 | 0.18 | 0.24 | 0 | 0.23 | 255 | 0.29 | 0.68 |
| Hex | A1 | 95 | C5 | 12 | 18 | 0 | 17 | FF | 1D | 44 |
| Octal | 241 | 225 | 305 | 22 | 30 | 0 | 27 | 377 | 35 | 104 |
| Binary | 10100001 | 10010101 | 11000101 | 10010 | 11000 | 0 | 10111 | 11111111 | 11101 | 1000100 |
Color Harmonies of #A195C5
Complementary color
Monochromatic Colors of #A195C5
Black with #A195C5
Text Example
Text Example
White with #A195C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195C5; }
p { color: rgb(161,149,197); }
H1.HeaderClassName
{
color: #A195C5;
}
.AnyTagClassName
{
color: #A195C5;
}
</style>
background-color css
<style>
a { background-color: #A195C5; }
a { background-color: rgb(161,149,197); }
div.DivClassName
{
background-color: #A195C5;
}
.BgClassName
{
background-color: #A195C5;
}
</style>
border-color css
<style>
span { border-color: #A195C5; }
span { border-color: rgb(161,149,197); }
td.TdClassName
{
border-color: #A195C5;
}
.TagClassName
{
border-color: #A195C5;
}
</style>