Shades of Cold Purple #A588CB
Tints of Cold Purple #A588CB
RGB
CMYK
RGB Variations
Color information
#A588CB (or 0xA588CB) is known color: Cold Purple. HEX triplet: A5, 88 and CB. RGB value is (165,136,203). Sum of RGB (Red+Green+Blue) = 165+136+203=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #A588CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588CB is #5A7734. Grayscale: #989898. Windows color (decimal): -5928757 or 13338789. OLE color: 13338789.
HSL color Cylindrical-coordinate representation of color #A588CB: hue angle of 265.97º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A588CB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 136 | 203 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.20 |
| HSL | 265.97º | 0.39% | 0.66% | - |
| HSV(B) | 265.97º | 0.33% | 0.8% | - |
| XYZ | 35.1 | 29.92 | 60.42 | - |
| YUV | 152.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 203 | 0.19 | 0.33 | 0 | 0.20 | 265.97 | 0.39 | 0.66 |
| Hex | A5 | 88 | CB | 13 | 21 | 0 | 14 | 10A | 27 | 42 |
| Octal | 245 | 210 | 313 | 23 | 41 | 0 | 24 | 412 | 47 | 102 |
| Binary | 10100101 | 10001000 | 11001011 | 10011 | 100001 | 0 | 10100 | 100001010 | 100111 | 1000010 |
Color Harmonies of #A588CB
Complementary color
Monochromatic Colors of #A588CB
Black with #A588CB
Text Example
Text Example
White with #A588CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588CB; }
p { color: rgb(165,136,203); }
H1.HeaderClassName
{
color: #A588CB;
}
.AnyTagClassName
{
color: #A588CB;
}
</style>
background-color css
<style>
a { background-color: #A588CB; }
a { background-color: rgb(165,136,203); }
div.DivClassName
{
background-color: #A588CB;
}
.BgClassName
{
background-color: #A588CB;
}
</style>
border-color css
<style>
span { border-color: #A588CB; }
span { border-color: rgb(165,136,203); }
td.TdClassName
{
border-color: #A588CB;
}
.TagClassName
{
border-color: #A588CB;
}
</style>