Shades of Cold Purple #A194BE
Tints of Cold Purple #A194BE
RGB
CMYK
RGB Variations
Color information
#A194BE (or 0xA194BE) is known color: Cold Purple. HEX triplet: A1, 94 and BE. RGB value is (161,148,190). Sum of RGB (Red+Green+Blue) = 161+148+190=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #A194BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194BE is #5E6B41. Grayscale: #9C9C9C. Windows color (decimal): -6187842 or 12489889. OLE color: 12489889.
HSL color Cylindrical-coordinate representation of color #A194BE: hue angle of 258.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A194BE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 148 | 190 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.25 |
| HSL | 258.57º | 0.24% | 0.66% | - |
| HSV(B) | 258.57º | 0.22% | 0.75% | - |
| XYZ | 34.58 | 32.47 | 53.16 | - |
| YUV | 156.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 190 | 0.15 | 0.22 | 0 | 0.25 | 258.57 | 0.24 | 0.66 |
| Hex | A1 | 94 | BE | F | 16 | 0 | 19 | 103 | 18 | 42 |
| Octal | 241 | 224 | 276 | 17 | 26 | 0 | 31 | 403 | 30 | 102 |
| Binary | 10100001 | 10010100 | 10111110 | 1111 | 10110 | 0 | 11001 | 100000011 | 11000 | 1000010 |
Color Harmonies of #A194BE
Complementary color
Monochromatic Colors of #A194BE
Black with #A194BE
Text Example
Text Example
White with #A194BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194BE; }
p { color: rgb(161,148,190); }
H1.HeaderClassName
{
color: #A194BE;
}
.AnyTagClassName
{
color: #A194BE;
}
</style>
background-color css
<style>
a { background-color: #A194BE; }
a { background-color: rgb(161,148,190); }
div.DivClassName
{
background-color: #A194BE;
}
.BgClassName
{
background-color: #A194BE;
}
</style>
border-color css
<style>
span { border-color: #A194BE; }
span { border-color: rgb(161,148,190); }
td.TdClassName
{
border-color: #A194BE;
}
.TagClassName
{
border-color: #A194BE;
}
</style>