Shades of Cold Purple #A593C0
Tints of Cold Purple #A593C0
RGB
CMYK
RGB Variations
Color information
#A593C0 (or 0xA593C0) is known color: Cold Purple. HEX triplet: A5, 93 and C0. RGB value is (165,147,192). Sum of RGB (Red+Green+Blue) = 165+147+192=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #A593C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593C0 is #5A6C3F. Grayscale: #9D9D9D. Windows color (decimal): -5925952 or 12620709. OLE color: 12620709.
HSL color Cylindrical-coordinate representation of color #A593C0: hue angle of 264º 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 #A593C0 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 147 | 192 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.25 |
| HSL | 264º | 0.26% | 0.66% | - |
| HSV(B) | 264º | 0.23% | 0.75% | - |
| XYZ | 35.47 | 32.67 | 54.31 | - |
| YUV | 157.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 192 | 0.14 | 0.23 | 0 | 0.25 | 264 | 0.26 | 0.66 |
| Hex | A5 | 93 | C0 | E | 17 | 0 | 19 | 108 | 1A | 42 |
| Octal | 245 | 223 | 300 | 16 | 27 | 0 | 31 | 410 | 32 | 102 |
| Binary | 10100101 | 10010011 | 11000000 | 1110 | 10111 | 0 | 11001 | 100001000 | 11010 | 1000010 |
Color Harmonies of #A593C0
Complementary color
Monochromatic Colors of #A593C0
Black with #A593C0
Text Example
Text Example
White with #A593C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593C0; }
p { color: rgb(165,147,192); }
H1.HeaderClassName
{
color: #A593C0;
}
.AnyTagClassName
{
color: #A593C0;
}
</style>
background-color css
<style>
a { background-color: #A593C0; }
a { background-color: rgb(165,147,192); }
div.DivClassName
{
background-color: #A593C0;
}
.BgClassName
{
background-color: #A593C0;
}
</style>
border-color css
<style>
span { border-color: #A593C0; }
span { border-color: rgb(165,147,192); }
td.TdClassName
{
border-color: #A593C0;
}
.TagClassName
{
border-color: #A593C0;
}
</style>