Shades of Cold Purple #A194B5
Tints of Cold Purple #A194B5
RGB
CMYK
RGB Variations
Color information
#A194B5 (or 0xA194B5) is known color: Cold Purple. HEX triplet: A1, 94 and B5. RGB value is (161,148,181). Sum of RGB (Red+Green+Blue) = 161+148+181=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 181 - color contains mainly: blue. Hex color #A194B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194B5 is #5E6B4A. Grayscale: #9B9B9B. Windows color (decimal): -6187851 or 11900065. OLE color: 11900065.
HSL color Cylindrical-coordinate representation of color #A194B5: hue angle of 263.64º 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 #A194B5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 148 | 181 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.29 |
| HSL | 263.64º | 0.18% | 0.65% | - |
| HSV(B) | 263.64º | 0.18% | 0.71% | - |
| XYZ | 33.63 | 32.09 | 48.14 | - |
| YUV | 155.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 181 | 0.11 | 0.18 | 0 | 0.29 | 263.64 | 0.18 | 0.65 |
| Hex | A1 | 94 | B5 | B | 12 | 0 | 1D | 108 | 12 | 41 |
| Octal | 241 | 224 | 265 | 13 | 22 | 0 | 35 | 410 | 22 | 101 |
| Binary | 10100001 | 10010100 | 10110101 | 1011 | 10010 | 0 | 11101 | 100001000 | 10010 | 1000001 |
Color Harmonies of #A194B5
Complementary color
Monochromatic Colors of #A194B5
Black with #A194B5
Text Example
Text Example
White with #A194B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194B5; }
p { color: rgb(161,148,181); }
H1.HeaderClassName
{
color: #A194B5;
}
.AnyTagClassName
{
color: #A194B5;
}
</style>
background-color css
<style>
a { background-color: #A194B5; }
a { background-color: rgb(161,148,181); }
div.DivClassName
{
background-color: #A194B5;
}
.BgClassName
{
background-color: #A194B5;
}
</style>
border-color css
<style>
span { border-color: #A194B5; }
span { border-color: rgb(161,148,181); }
td.TdClassName
{
border-color: #A194B5;
}
.TagClassName
{
border-color: #A194B5;
}
</style>