Shades of Cold Purple #A193BC
Tints of Cold Purple #A193BC
RGB
CMYK
RGB Variations
Color information
#A193BC (or 0xA193BC) is known color: Cold Purple. HEX triplet: A1, 93 and BC. RGB value is (161,147,188). Sum of RGB (Red+Green+Blue) = 161+147+188=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A193BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193BC is #5E6C43. Grayscale: #9B9B9B. Windows color (decimal): -6188100 or 12358561. OLE color: 12358561.
HSL color Cylindrical-coordinate representation of color #A193BC: hue angle of 260.49º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A193BC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 147 | 188 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.26 |
| HSL | 260.49º | 0.23% | 0.66% | - |
| HSV(B) | 260.49º | 0.22% | 0.74% | - |
| XYZ | 34.21 | 32.08 | 51.97 | - |
| YUV | 155.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 188 | 0.14 | 0.22 | 0 | 0.26 | 260.49 | 0.23 | 0.66 |
| Hex | A1 | 93 | BC | E | 16 | 0 | 1A | 104 | 17 | 42 |
| Octal | 241 | 223 | 274 | 16 | 26 | 0 | 32 | 404 | 27 | 102 |
| Binary | 10100001 | 10010011 | 10111100 | 1110 | 10110 | 0 | 11010 | 100000100 | 10111 | 1000010 |
Color Harmonies of #A193BC
Complementary color
Monochromatic Colors of #A193BC
Black with #A193BC
Text Example
Text Example
White with #A193BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193BC; }
p { color: rgb(161,147,188); }
H1.HeaderClassName
{
color: #A193BC;
}
.AnyTagClassName
{
color: #A193BC;
}
</style>
background-color css
<style>
a { background-color: #A193BC; }
a { background-color: rgb(161,147,188); }
div.DivClassName
{
background-color: #A193BC;
}
.BgClassName
{
background-color: #A193BC;
}
</style>
border-color css
<style>
span { border-color: #A193BC; }
span { border-color: rgb(161,147,188); }
td.TdClassName
{
border-color: #A193BC;
}
.TagClassName
{
border-color: #A193BC;
}
</style>