Shades of Cold Purple #A87ED4
Tints of Cold Purple #A87ED4
RGB
CMYK
RGB Variations
Color information
#A87ED4 (or 0xA87ED4) is known color: Cold Purple. HEX triplet: A8, 7E and D4. RGB value is (168,126,212). Sum of RGB (Red+Green+Blue) = 168+126+212=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #A87ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ED4 is #57812B. Grayscale: #949494. Windows color (decimal): -5734700 or 13926056. OLE color: 13926056.
HSL color Cylindrical-coordinate representation of color #A87ED4: hue angle of 269.3º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87ED4 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 126 | 212 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.17 |
| HSL | 269.3º | 0.5% | 0.66% | - |
| HSV(B) | 269.3º | 0.41% | 0.83% | - |
| XYZ | 35.49 | 28 | 65.82 | - |
| YUV | 148.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 212 | 0.21 | 0.41 | 0 | 0.17 | 269.3 | 0.5 | 0.66 |
| Hex | A8 | 7E | D4 | 15 | 29 | 0 | 11 | 10D | 32 | 42 |
| Octal | 250 | 176 | 324 | 25 | 51 | 0 | 21 | 415 | 62 | 102 |
| Binary | 10101000 | 1111110 | 11010100 | 10101 | 101001 | 0 | 10001 | 100001101 | 110010 | 1000010 |
Color Harmonies of #A87ED4
Complementary color
Monochromatic Colors of #A87ED4
Black with #A87ED4
Text Example
Text Example
White with #A87ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ED4; }
p { color: rgb(168,126,212); }
H1.HeaderClassName
{
color: #A87ED4;
}
.AnyTagClassName
{
color: #A87ED4;
}
</style>
background-color css
<style>
a { background-color: #A87ED4; }
a { background-color: rgb(168,126,212); }
div.DivClassName
{
background-color: #A87ED4;
}
.BgClassName
{
background-color: #A87ED4;
}
</style>
border-color css
<style>
span { border-color: #A87ED4; }
span { border-color: rgb(168,126,212); }
td.TdClassName
{
border-color: #A87ED4;
}
.TagClassName
{
border-color: #A87ED4;
}
</style>