Shades of Cold Purple #A087D4
Tints of Cold Purple #A087D4
RGB
CMYK
RGB Variations
Color information
#A087D4 (or 0xA087D4) is known color: Cold Purple. HEX triplet: A0, 87 and D4. RGB value is (160,135,212). Sum of RGB (Red+Green+Blue) = 160+135+212=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #A087D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087D4 is #5F782B. Grayscale: #969696. Windows color (decimal): -6256684 or 13928352. OLE color: 13928352.
HSL color Cylindrical-coordinate representation of color #A087D4: hue angle of 259.48º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A087D4 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 135 | 212 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.17 |
| HSL | 259.48º | 0.47% | 0.68% | - |
| HSV(B) | 259.48º | 0.36% | 0.83% | - |
| XYZ | 35.04 | 29.56 | 66.14 | - |
| YUV | 151.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 212 | 0.25 | 0.36 | 0 | 0.17 | 259.48 | 0.47 | 0.68 |
| Hex | A0 | 87 | D4 | 19 | 24 | 0 | 11 | 103 | 2F | 44 |
| Octal | 240 | 207 | 324 | 31 | 44 | 0 | 21 | 403 | 57 | 104 |
| Binary | 10100000 | 10000111 | 11010100 | 11001 | 100100 | 0 | 10001 | 100000011 | 101111 | 1000100 |
Color Harmonies of #A087D4
Complementary color
Monochromatic Colors of #A087D4
Black with #A087D4
Text Example
Text Example
White with #A087D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087D4; }
p { color: rgb(160,135,212); }
H1.HeaderClassName
{
color: #A087D4;
}
.AnyTagClassName
{
color: #A087D4;
}
</style>
background-color css
<style>
a { background-color: #A087D4; }
a { background-color: rgb(160,135,212); }
div.DivClassName
{
background-color: #A087D4;
}
.BgClassName
{
background-color: #A087D4;
}
</style>
border-color css
<style>
span { border-color: #A087D4; }
span { border-color: rgb(160,135,212); }
td.TdClassName
{
border-color: #A087D4;
}
.TagClassName
{
border-color: #A087D4;
}
</style>