Shades of Cold Purple #A193B6
Tints of Cold Purple #A193B6
RGB
CMYK
RGB Variations
Color information
#A193B6 (or 0xA193B6) is known color: Cold Purple. HEX triplet: A1, 93 and B6. RGB value is (161,147,182). Sum of RGB (Red+Green+Blue) = 161+147+182=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #A193B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193B6 is #5E6C49. Grayscale: #9B9B9B. Windows color (decimal): -6188106 or 11965345. OLE color: 11965345.
HSL color Cylindrical-coordinate representation of color #A193B6: hue angle of 264º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A193B6 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 147 | 182 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.29 |
| HSL | 264º | 0.19% | 0.65% | - |
| HSV(B) | 264º | 0.19% | 0.71% | - |
| XYZ | 33.58 | 31.82 | 48.63 | - |
| YUV | 155.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 182 | 0.12 | 0.19 | 0 | 0.29 | 264 | 0.19 | 0.65 |
| Hex | A1 | 93 | B6 | C | 13 | 0 | 1D | 108 | 13 | 41 |
| Octal | 241 | 223 | 266 | 14 | 23 | 0 | 35 | 410 | 23 | 101 |
| Binary | 10100001 | 10010011 | 10110110 | 1100 | 10011 | 0 | 11101 | 100001000 | 10011 | 1000001 |
Color Harmonies of #A193B6
Complementary color
Monochromatic Colors of #A193B6
Black with #A193B6
Text Example
Text Example
White with #A193B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193B6; }
p { color: rgb(161,147,182); }
H1.HeaderClassName
{
color: #A193B6;
}
.AnyTagClassName
{
color: #A193B6;
}
</style>
background-color css
<style>
a { background-color: #A193B6; }
a { background-color: rgb(161,147,182); }
div.DivClassName
{
background-color: #A193B6;
}
.BgClassName
{
background-color: #A193B6;
}
</style>
border-color css
<style>
span { border-color: #A193B6; }
span { border-color: rgb(161,147,182); }
td.TdClassName
{
border-color: #A193B6;
}
.TagClassName
{
border-color: #A193B6;
}
</style>