Shades of Cold Purple #A588C9
Tints of Cold Purple #A588C9
RGB
CMYK
RGB Variations
Color information
#A588C9 (or 0xA588C9) is known color: Cold Purple. HEX triplet: A5, 88 and C9. RGB value is (165,136,201). Sum of RGB (Red+Green+Blue) = 165+136+201=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #A588C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588C9 is #5A7736. Grayscale: #979797. Windows color (decimal): -5928759 or 13207717. OLE color: 13207717.
HSL color Cylindrical-coordinate representation of color #A588C9: hue angle of 266.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A588C9 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 136 | 201 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.21 |
| HSL | 266.77º | 0.38% | 0.66% | - |
| HSV(B) | 266.77º | 0.32% | 0.79% | - |
| XYZ | 34.86 | 29.82 | 59.18 | - |
| YUV | 152.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 201 | 0.18 | 0.32 | 0 | 0.21 | 266.77 | 0.38 | 0.66 |
| Hex | A5 | 88 | C9 | 12 | 20 | 0 | 15 | 10B | 26 | 42 |
| Octal | 245 | 210 | 311 | 22 | 40 | 0 | 25 | 413 | 46 | 102 |
| Binary | 10100101 | 10001000 | 11001001 | 10010 | 100000 | 0 | 10101 | 100001011 | 100110 | 1000010 |
Color Harmonies of #A588C9
Complementary color
Monochromatic Colors of #A588C9
Black with #A588C9
Text Example
Text Example
White with #A588C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588C9; }
p { color: rgb(165,136,201); }
H1.HeaderClassName
{
color: #A588C9;
}
.AnyTagClassName
{
color: #A588C9;
}
</style>
background-color css
<style>
a { background-color: #A588C9; }
a { background-color: rgb(165,136,201); }
div.DivClassName
{
background-color: #A588C9;
}
.BgClassName
{
background-color: #A588C9;
}
</style>
border-color css
<style>
span { border-color: #A588C9; }
span { border-color: rgb(165,136,201); }
td.TdClassName
{
border-color: #A588C9;
}
.TagClassName
{
border-color: #A588C9;
}
</style>