Shades of Cold Purple #A493C0
Tints of Cold Purple #A493C0
RGB
CMYK
RGB Variations
Color information
#A493C0 (or 0xA493C0) is known color: Cold Purple. HEX triplet: A4, 93 and C0. RGB value is (164,147,192). Sum of RGB (Red+Green+Blue) = 164+147+192=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #A493C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493C0 is #5B6C3F. Grayscale: #9D9D9D. Windows color (decimal): -5991488 or 12620708. OLE color: 12620708.
HSL color Cylindrical-coordinate representation of color #A493C0: hue angle of 262.67º 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 #A493C0 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 147 | 192 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.25 |
| HSL | 262.67º | 0.26% | 0.66% | - |
| HSV(B) | 262.67º | 0.23% | 0.75% | - |
| XYZ | 35.26 | 32.57 | 54.3 | - |
| YUV | 157.21 | 147.63 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 192 | 0.15 | 0.23 | 0 | 0.25 | 262.67 | 0.26 | 0.66 |
| Hex | A4 | 93 | C0 | F | 17 | 0 | 19 | 107 | 1A | 42 |
| Octal | 244 | 223 | 300 | 17 | 27 | 0 | 31 | 407 | 32 | 102 |
| Binary | 10100100 | 10010011 | 11000000 | 1111 | 10111 | 0 | 11001 | 100000111 | 11010 | 1000010 |
Color Harmonies of #A493C0
Complementary color
Monochromatic Colors of #A493C0
Black with #A493C0
Text Example
Text Example
White with #A493C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493C0; }
p { color: rgb(164,147,192); }
H1.HeaderClassName
{
color: #A493C0;
}
.AnyTagClassName
{
color: #A493C0;
}
</style>
background-color css
<style>
a { background-color: #A493C0; }
a { background-color: rgb(164,147,192); }
div.DivClassName
{
background-color: #A493C0;
}
.BgClassName
{
background-color: #A493C0;
}
</style>
border-color css
<style>
span { border-color: #A493C0; }
span { border-color: rgb(164,147,192); }
td.TdClassName
{
border-color: #A493C0;
}
.TagClassName
{
border-color: #A493C0;
}
</style>