Shades of Cold Purple #A593BD
Tints of Cold Purple #A593BD
RGB
CMYK
RGB Variations
Color information
#A593BD (or 0xA593BD) is known color: Cold Purple. HEX triplet: A5, 93 and BD. RGB value is (165,147,189). Sum of RGB (Red+Green+Blue) = 165+147+189=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #A593BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BD is #5A6C42. Grayscale: #9D9D9D. Windows color (decimal): -5925955 or 12424101. OLE color: 12424101.
HSL color Cylindrical-coordinate representation of color #A593BD: hue angle of 265.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A593BD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 147 | 189 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.26 |
| HSL | 265.71º | 0.24% | 0.66% | - |
| HSV(B) | 265.71º | 0.22% | 0.74% | - |
| XYZ | 35.14 | 32.54 | 52.57 | - |
| YUV | 157.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 189 | 0.13 | 0.22 | 0 | 0.26 | 265.71 | 0.24 | 0.66 |
| Hex | A5 | 93 | BD | D | 16 | 0 | 1A | 10A | 18 | 42 |
| Octal | 245 | 223 | 275 | 15 | 26 | 0 | 32 | 412 | 30 | 102 |
| Binary | 10100101 | 10010011 | 10111101 | 1101 | 10110 | 0 | 11010 | 100001010 | 11000 | 1000010 |
Color Harmonies of #A593BD
Complementary color
Monochromatic Colors of #A593BD
Black with #A593BD
Text Example
Text Example
White with #A593BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593BD; }
p { color: rgb(165,147,189); }
H1.HeaderClassName
{
color: #A593BD;
}
.AnyTagClassName
{
color: #A593BD;
}
</style>
background-color css
<style>
a { background-color: #A593BD; }
a { background-color: rgb(165,147,189); }
div.DivClassName
{
background-color: #A593BD;
}
.BgClassName
{
background-color: #A593BD;
}
</style>
border-color css
<style>
span { border-color: #A593BD; }
span { border-color: rgb(165,147,189); }
td.TdClassName
{
border-color: #A593BD;
}
.TagClassName
{
border-color: #A593BD;
}
</style>