Shades of Cold Purple #A195B6
Tints of Cold Purple #A195B6
RGB
CMYK
RGB Variations
Color information
#A195B6 (or 0xA195B6) is known color: Cold Purple. HEX triplet: A1, 95 and B6. RGB value is (161,149,182). Sum of RGB (Red+Green+Blue) = 161+149+182=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #A195B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195B6 is #5E6A49. Grayscale: #9C9C9C. Windows color (decimal): -6187594 or 11965857. OLE color: 11965857.
HSL color Cylindrical-coordinate representation of color #A195B6: hue angle of 261.82º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A195B6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 149 | 182 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.29 |
| HSL | 261.82º | 0.18% | 0.65% | - |
| HSV(B) | 261.82º | 0.18% | 0.71% | - |
| XYZ | 33.89 | 32.45 | 48.73 | - |
| YUV | 156.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 182 | 0.12 | 0.18 | 0 | 0.29 | 261.82 | 0.18 | 0.65 |
| Hex | A1 | 95 | B6 | C | 12 | 0 | 1D | 106 | 12 | 41 |
| Octal | 241 | 225 | 266 | 14 | 22 | 0 | 35 | 406 | 22 | 101 |
| Binary | 10100001 | 10010101 | 10110110 | 1100 | 10010 | 0 | 11101 | 100000110 | 10010 | 1000001 |
Color Harmonies of #A195B6
Complementary color
Monochromatic Colors of #A195B6
Black with #A195B6
Text Example
Text Example
White with #A195B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195B6; }
p { color: rgb(161,149,182); }
H1.HeaderClassName
{
color: #A195B6;
}
.AnyTagClassName
{
color: #A195B6;
}
</style>
background-color css
<style>
a { background-color: #A195B6; }
a { background-color: rgb(161,149,182); }
div.DivClassName
{
background-color: #A195B6;
}
.BgClassName
{
background-color: #A195B6;
}
</style>
border-color css
<style>
span { border-color: #A195B6; }
span { border-color: rgb(161,149,182); }
td.TdClassName
{
border-color: #A195B6;
}
.TagClassName
{
border-color: #A195B6;
}
</style>