Shades of Cold Purple #A087C9
Tints of Cold Purple #A087C9
RGB
CMYK
RGB Variations
Color information
#A087C9 (or 0xA087C9) is known color: Cold Purple. HEX triplet: A0, 87 and C9. RGB value is (160,135,201). Sum of RGB (Red+Green+Blue) = 160+135+201=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #A087C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087C9 is #5F7836. Grayscale: #959595. Windows color (decimal): -6256695 or 13207456. OLE color: 13207456.
HSL color Cylindrical-coordinate representation of color #A087C9: hue angle of 262.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A087C9 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 135 | 201 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.21 |
| HSL | 262.73º | 0.38% | 0.66% | - |
| HSV(B) | 262.73º | 0.33% | 0.79% | - |
| XYZ | 33.7 | 29.02 | 59.08 | - |
| YUV | 150 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 201 | 0.20 | 0.33 | 0 | 0.21 | 262.73 | 0.38 | 0.66 |
| Hex | A0 | 87 | C9 | 14 | 21 | 0 | 15 | 107 | 26 | 42 |
| Octal | 240 | 207 | 311 | 24 | 41 | 0 | 25 | 407 | 46 | 102 |
| Binary | 10100000 | 10000111 | 11001001 | 10100 | 100001 | 0 | 10101 | 100000111 | 100110 | 1000010 |
Color Harmonies of #A087C9
Complementary color
Monochromatic Colors of #A087C9
Black with #A087C9
Text Example
Text Example
White with #A087C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087C9; }
p { color: rgb(160,135,201); }
H1.HeaderClassName
{
color: #A087C9;
}
.AnyTagClassName
{
color: #A087C9;
}
</style>
background-color css
<style>
a { background-color: #A087C9; }
a { background-color: rgb(160,135,201); }
div.DivClassName
{
background-color: #A087C9;
}
.BgClassName
{
background-color: #A087C9;
}
</style>
border-color css
<style>
span { border-color: #A087C9; }
span { border-color: rgb(160,135,201); }
td.TdClassName
{
border-color: #A087C9;
}
.TagClassName
{
border-color: #A087C9;
}
</style>