Shades of Cold Purple #A193BE
Tints of Cold Purple #A193BE
RGB
CMYK
RGB Variations
Color information
#A193BE (or 0xA193BE) is known color: Cold Purple. HEX triplet: A1, 93 and BE. RGB value is (161,147,190). Sum of RGB (Red+Green+Blue) = 161+147+190=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A193BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193BE is #5E6C41. Grayscale: #9B9B9B. Windows color (decimal): -6188098 or 12489633. OLE color: 12489633.
HSL color Cylindrical-coordinate representation of color #A193BE: hue angle of 259.53º degrees, saturation: 0.25, 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 #A193BE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 147 | 190 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.25 |
| HSL | 259.53º | 0.25% | 0.66% | - |
| HSV(B) | 259.53º | 0.23% | 0.75% | - |
| XYZ | 34.43 | 32.16 | 53.11 | - |
| YUV | 156.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 190 | 0.15 | 0.23 | 0 | 0.25 | 259.53 | 0.25 | 0.66 |
| Hex | A1 | 93 | BE | F | 17 | 0 | 19 | 104 | 19 | 42 |
| Octal | 241 | 223 | 276 | 17 | 27 | 0 | 31 | 404 | 31 | 102 |
| Binary | 10100001 | 10010011 | 10111110 | 1111 | 10111 | 0 | 11001 | 100000100 | 11001 | 1000010 |
Color Harmonies of #A193BE
Complementary color
Monochromatic Colors of #A193BE
Black with #A193BE
Text Example
Text Example
White with #A193BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193BE; }
p { color: rgb(161,147,190); }
H1.HeaderClassName
{
color: #A193BE;
}
.AnyTagClassName
{
color: #A193BE;
}
</style>
background-color css
<style>
a { background-color: #A193BE; }
a { background-color: rgb(161,147,190); }
div.DivClassName
{
background-color: #A193BE;
}
.BgClassName
{
background-color: #A193BE;
}
</style>
border-color css
<style>
span { border-color: #A193BE; }
span { border-color: rgb(161,147,190); }
td.TdClassName
{
border-color: #A193BE;
}
.TagClassName
{
border-color: #A193BE;
}
</style>