Shades of Cold Purple #A195B3
Tints of Cold Purple #A195B3
RGB
CMYK
RGB Variations
Color information
#A195B3 (or 0xA195B3) is known color: Cold Purple. HEX triplet: A1, 95 and B3. RGB value is (161,149,179). Sum of RGB (Red+Green+Blue) = 161+149+179=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #A195B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195B3 is #5E6A4C. Grayscale: #9B9B9B. Windows color (decimal): -6187597 or 11769249. OLE color: 11769249.
HSL color Cylindrical-coordinate representation of color #A195B3: hue angle of 264º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A195B3 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 149 | 179 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.30 |
| HSL | 264º | 0.16% | 0.64% | - |
| HSV(B) | 264º | 0.17% | 0.7% | - |
| XYZ | 33.58 | 32.33 | 47.12 | - |
| YUV | 156.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 179 | 0.10 | 0.17 | 0 | 0.30 | 264 | 0.16 | 0.64 |
| Hex | A1 | 95 | B3 | A | 11 | 0 | 1E | 108 | 10 | 40 |
| Octal | 241 | 225 | 263 | 12 | 21 | 0 | 36 | 410 | 20 | 100 |
| Binary | 10100001 | 10010101 | 10110011 | 1010 | 10001 | 0 | 11110 | 100001000 | 10000 | 1000000 |
Color Harmonies of #A195B3
Complementary color
Monochromatic Colors of #A195B3
Black with #A195B3
Text Example
Text Example
White with #A195B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195B3; }
p { color: rgb(161,149,179); }
H1.HeaderClassName
{
color: #A195B3;
}
.AnyTagClassName
{
color: #A195B3;
}
</style>
background-color css
<style>
a { background-color: #A195B3; }
a { background-color: rgb(161,149,179); }
div.DivClassName
{
background-color: #A195B3;
}
.BgClassName
{
background-color: #A195B3;
}
</style>
border-color css
<style>
span { border-color: #A195B3; }
span { border-color: rgb(161,149,179); }
td.TdClassName
{
border-color: #A195B3;
}
.TagClassName
{
border-color: #A195B3;
}
</style>