Shades of Cold Purple #A193BF
Tints of Cold Purple #A193BF
RGB
CMYK
RGB Variations
Color information
#A193BF (or 0xA193BF) is known color: Cold Purple. HEX triplet: A1, 93 and BF. RGB value is (161,147,191). Sum of RGB (Red+Green+Blue) = 161+147+191=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #A193BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193BF is #5E6C40. Grayscale: #9C9C9C. Windows color (decimal): -6188097 or 12555169. OLE color: 12555169.
HSL color Cylindrical-coordinate representation of color #A193BF: hue angle of 259.09º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A193BF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 147 | 191 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.25 |
| HSL | 259.09º | 0.26% | 0.66% | - |
| HSV(B) | 259.09º | 0.23% | 0.75% | - |
| XYZ | 34.54 | 32.21 | 53.69 | - |
| YUV | 156.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 191 | 0.16 | 0.23 | 0 | 0.25 | 259.09 | 0.26 | 0.66 |
| Hex | A1 | 93 | BF | 10 | 17 | 0 | 19 | 103 | 1A | 42 |
| Octal | 241 | 223 | 277 | 20 | 27 | 0 | 31 | 403 | 32 | 102 |
| Binary | 10100001 | 10010011 | 10111111 | 10000 | 10111 | 0 | 11001 | 100000011 | 11010 | 1000010 |
Color Harmonies of #A193BF
Complementary color
Monochromatic Colors of #A193BF
Black with #A193BF
Text Example
Text Example
White with #A193BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193BF; }
p { color: rgb(161,147,191); }
H1.HeaderClassName
{
color: #A193BF;
}
.AnyTagClassName
{
color: #A193BF;
}
</style>
background-color css
<style>
a { background-color: #A193BF; }
a { background-color: rgb(161,147,191); }
div.DivClassName
{
background-color: #A193BF;
}
.BgClassName
{
background-color: #A193BF;
}
</style>
border-color css
<style>
span { border-color: #A193BF; }
span { border-color: rgb(161,147,191); }
td.TdClassName
{
border-color: #A193BF;
}
.TagClassName
{
border-color: #A193BF;
}
</style>