Shades of Cold Purple #A586CB
Tints of Cold Purple #A586CB
RGB
CMYK
RGB Variations
Color information
#A586CB (or 0xA586CB) is known color: Cold Purple. HEX triplet: A5, 86 and CB. RGB value is (165,134,203). Sum of RGB (Red+Green+Blue) = 165+134+203=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #A586CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586CB is #5A7934. Grayscale: #969696. Windows color (decimal): -5929269 or 13338277. OLE color: 13338277.
HSL color Cylindrical-coordinate representation of color #A586CB: hue angle of 266.96º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A586CB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 134 | 203 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.20 |
| HSL | 266.96º | 0.4% | 0.66% | - |
| HSV(B) | 266.96º | 0.34% | 0.8% | - |
| XYZ | 34.82 | 29.36 | 60.33 | - |
| YUV | 151.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 203 | 0.19 | 0.34 | 0 | 0.20 | 266.96 | 0.4 | 0.66 |
| Hex | A5 | 86 | CB | 13 | 22 | 0 | 14 | 10B | 28 | 42 |
| Octal | 245 | 206 | 313 | 23 | 42 | 0 | 24 | 413 | 50 | 102 |
| Binary | 10100101 | 10000110 | 11001011 | 10011 | 100010 | 0 | 10100 | 100001011 | 101000 | 1000010 |
Color Harmonies of #A586CB
Complementary color
Monochromatic Colors of #A586CB
Black with #A586CB
Text Example
Text Example
White with #A586CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A586CB; }
p { color: rgb(165,134,203); }
H1.HeaderClassName
{
color: #A586CB;
}
.AnyTagClassName
{
color: #A586CB;
}
</style>
background-color css
<style>
a { background-color: #A586CB; }
a { background-color: rgb(165,134,203); }
div.DivClassName
{
background-color: #A586CB;
}
.BgClassName
{
background-color: #A586CB;
}
</style>
border-color css
<style>
span { border-color: #A586CB; }
span { border-color: rgb(165,134,203); }
td.TdClassName
{
border-color: #A586CB;
}
.TagClassName
{
border-color: #A586CB;
}
</style>