Shades of Cold Purple #A087D1
Tints of Cold Purple #A087D1
RGB
CMYK
RGB Variations
Color information
#A087D1 (or 0xA087D1) is known color: Cold Purple. HEX triplet: A0, 87 and D1. RGB value is (160,135,209). Sum of RGB (Red+Green+Blue) = 160+135+209=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #A087D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087D1 is #5F782E. Grayscale: #969696. Windows color (decimal): -6256687 or 13731744. OLE color: 13731744.
HSL color Cylindrical-coordinate representation of color #A087D1: hue angle of 260.27º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A087D1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 135 | 209 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.18 |
| HSL | 260.27º | 0.45% | 0.67% | - |
| HSV(B) | 260.27º | 0.35% | 0.82% | - |
| XYZ | 34.67 | 29.4 | 64.17 | - |
| YUV | 150.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 209 | 0.23 | 0.35 | 0 | 0.18 | 260.27 | 0.45 | 0.67 |
| Hex | A0 | 87 | D1 | 17 | 23 | 0 | 12 | 104 | 2D | 43 |
| Octal | 240 | 207 | 321 | 27 | 43 | 0 | 22 | 404 | 55 | 103 |
| Binary | 10100000 | 10000111 | 11010001 | 10111 | 100011 | 0 | 10010 | 100000100 | 101101 | 1000011 |
Color Harmonies of #A087D1
Complementary color
Monochromatic Colors of #A087D1
Black with #A087D1
Text Example
Text Example
White with #A087D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087D1; }
p { color: rgb(160,135,209); }
H1.HeaderClassName
{
color: #A087D1;
}
.AnyTagClassName
{
color: #A087D1;
}
</style>
background-color css
<style>
a { background-color: #A087D1; }
a { background-color: rgb(160,135,209); }
div.DivClassName
{
background-color: #A087D1;
}
.BgClassName
{
background-color: #A087D1;
}
</style>
border-color css
<style>
span { border-color: #A087D1; }
span { border-color: rgb(160,135,209); }
td.TdClassName
{
border-color: #A087D1;
}
.TagClassName
{
border-color: #A087D1;
}
</style>