Shades of Cold Purple #A593BA
Tints of Cold Purple #A593BA
RGB
CMYK
RGB Variations
Color information
#A593BA (or 0xA593BA) is known color: Cold Purple. HEX triplet: A5, 93 and BA. RGB value is (165,147,186). Sum of RGB (Red+Green+Blue) = 165+147+186=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #A593BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BA is #5A6C45. Grayscale: #9C9C9C. Windows color (decimal): -5925958 or 12227493. OLE color: 12227493.
HSL color Cylindrical-coordinate representation of color #A593BA: hue angle of 267.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A593BA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 147 | 186 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.27 |
| HSL | 267.69º | 0.22% | 0.65% | - |
| HSV(B) | 267.69º | 0.21% | 0.73% | - |
| XYZ | 34.81 | 32.41 | 50.88 | - |
| YUV | 156.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 186 | 0.11 | 0.21 | 0 | 0.27 | 267.69 | 0.22 | 0.65 |
| Hex | A5 | 93 | BA | B | 15 | 0 | 1B | 10C | 16 | 41 |
| Octal | 245 | 223 | 272 | 13 | 25 | 0 | 33 | 414 | 26 | 101 |
| Binary | 10100101 | 10010011 | 10111010 | 1011 | 10101 | 0 | 11011 | 100001100 | 10110 | 1000001 |
Color Harmonies of #A593BA
Complementary color
Monochromatic Colors of #A593BA
Black with #A593BA
Text Example
Text Example
White with #A593BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593BA; }
p { color: rgb(165,147,186); }
H1.HeaderClassName
{
color: #A593BA;
}
.AnyTagClassName
{
color: #A593BA;
}
</style>
background-color css
<style>
a { background-color: #A593BA; }
a { background-color: rgb(165,147,186); }
div.DivClassName
{
background-color: #A593BA;
}
.BgClassName
{
background-color: #A593BA;
}
</style>
border-color css
<style>
span { border-color: #A593BA; }
span { border-color: rgb(165,147,186); }
td.TdClassName
{
border-color: #A593BA;
}
.TagClassName
{
border-color: #A593BA;
}
</style>