Shades of Cold Purple #A786CE
Tints of Cold Purple #A786CE
RGB
CMYK
RGB Variations
Color information
#A786CE (or 0xA786CE) is known color: Cold Purple. HEX triplet: A7, 86 and CE. RGB value is (167,134,206). Sum of RGB (Red+Green+Blue) = 167+134+206=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #A786CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786CE is #587931. Grayscale: #979797. Windows color (decimal): -5798194 or 13534887. OLE color: 13534887.
HSL color Cylindrical-coordinate representation of color #A786CE: hue angle of 267.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A786CE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 134 | 206 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.19 |
| HSL | 267.5º | 0.42% | 0.67% | - |
| HSV(B) | 267.5º | 0.35% | 0.81% | - |
| XYZ | 35.6 | 29.72 | 62.25 | - |
| YUV | 152.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 206 | 0.19 | 0.35 | 0 | 0.19 | 267.5 | 0.42 | 0.67 |
| Hex | A7 | 86 | CE | 13 | 23 | 0 | 13 | 10C | 2A | 43 |
| Octal | 247 | 206 | 316 | 23 | 43 | 0 | 23 | 414 | 52 | 103 |
| Binary | 10100111 | 10000110 | 11001110 | 10011 | 100011 | 0 | 10011 | 100001100 | 101010 | 1000011 |
Color Harmonies of #A786CE
Complementary color
Monochromatic Colors of #A786CE
Black with #A786CE
Text Example
Text Example
White with #A786CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A786CE; }
p { color: rgb(167,134,206); }
H1.HeaderClassName
{
color: #A786CE;
}
.AnyTagClassName
{
color: #A786CE;
}
</style>
background-color css
<style>
a { background-color: #A786CE; }
a { background-color: rgb(167,134,206); }
div.DivClassName
{
background-color: #A786CE;
}
.BgClassName
{
background-color: #A786CE;
}
</style>
border-color css
<style>
span { border-color: #A786CE; }
span { border-color: rgb(167,134,206); }
td.TdClassName
{
border-color: #A786CE;
}
.TagClassName
{
border-color: #A786CE;
}
</style>