Shades of Cold Purple #A087CD
Tints of Cold Purple #A087CD
RGB
CMYK
RGB Variations
Color information
#A087CD (or 0xA087CD) is known color: Cold Purple. HEX triplet: A0, 87 and CD. RGB value is (160,135,205). Sum of RGB (Red+Green+Blue) = 160+135+205=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #A087CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087CD is #5F7832. Grayscale: #969696. Windows color (decimal): -6256691 or 13469600. OLE color: 13469600.
HSL color Cylindrical-coordinate representation of color #A087CD: hue angle of 261.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A087CD is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 135 | 205 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.20 |
| HSL | 261.43º | 0.41% | 0.67% | - |
| HSV(B) | 261.43º | 0.34% | 0.8% | - |
| XYZ | 34.18 | 29.21 | 61.59 | - |
| YUV | 150.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 205 | 0.22 | 0.34 | 0 | 0.20 | 261.43 | 0.41 | 0.67 |
| Hex | A0 | 87 | CD | 16 | 22 | 0 | 14 | 105 | 29 | 43 |
| Octal | 240 | 207 | 315 | 26 | 42 | 0 | 24 | 405 | 51 | 103 |
| Binary | 10100000 | 10000111 | 11001101 | 10110 | 100010 | 0 | 10100 | 100000101 | 101001 | 1000011 |
Color Harmonies of #A087CD
Complementary color
Monochromatic Colors of #A087CD
Black with #A087CD
Text Example
Text Example
White with #A087CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087CD; }
p { color: rgb(160,135,205); }
H1.HeaderClassName
{
color: #A087CD;
}
.AnyTagClassName
{
color: #A087CD;
}
</style>
background-color css
<style>
a { background-color: #A087CD; }
a { background-color: rgb(160,135,205); }
div.DivClassName
{
background-color: #A087CD;
}
.BgClassName
{
background-color: #A087CD;
}
</style>
border-color css
<style>
span { border-color: #A087CD; }
span { border-color: rgb(160,135,205); }
td.TdClassName
{
border-color: #A087CD;
}
.TagClassName
{
border-color: #A087CD;
}
</style>