Shades of Cold Purple #A194BB
Tints of Cold Purple #A194BB
RGB
CMYK
RGB Variations
Color information
#A194BB (or 0xA194BB) is known color: Cold Purple. HEX triplet: A1, 94 and BB. RGB value is (161,148,187). Sum of RGB (Red+Green+Blue) = 161+148+187=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #A194BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194BB is #5E6B44. Grayscale: #9C9C9C. Windows color (decimal): -6187845 or 12293281. OLE color: 12293281.
HSL color Cylindrical-coordinate representation of color #A194BB: hue angle of 260º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A194BB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 148 | 187 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.27 |
| HSL | 260º | 0.22% | 0.66% | - |
| HSV(B) | 260º | 0.21% | 0.73% | - |
| XYZ | 34.26 | 32.34 | 51.45 | - |
| YUV | 156.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 187 | 0.14 | 0.21 | 0 | 0.27 | 260 | 0.22 | 0.66 |
| Hex | A1 | 94 | BB | E | 15 | 0 | 1B | 104 | 16 | 42 |
| Octal | 241 | 224 | 273 | 16 | 25 | 0 | 33 | 404 | 26 | 102 |
| Binary | 10100001 | 10010100 | 10111011 | 1110 | 10101 | 0 | 11011 | 100000100 | 10110 | 1000010 |
Color Harmonies of #A194BB
Complementary color
Monochromatic Colors of #A194BB
Black with #A194BB
Text Example
Text Example
White with #A194BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194BB; }
p { color: rgb(161,148,187); }
H1.HeaderClassName
{
color: #A194BB;
}
.AnyTagClassName
{
color: #A194BB;
}
</style>
background-color css
<style>
a { background-color: #A194BB; }
a { background-color: rgb(161,148,187); }
div.DivClassName
{
background-color: #A194BB;
}
.BgClassName
{
background-color: #A194BB;
}
</style>
border-color css
<style>
span { border-color: #A194BB; }
span { border-color: rgb(161,148,187); }
td.TdClassName
{
border-color: #A194BB;
}
.TagClassName
{
border-color: #A194BB;
}
</style>