Shades of Cold Purple #A785CF
Tints of Cold Purple #A785CF
RGB
CMYK
RGB Variations
Color information
#A785CF (or 0xA785CF) is known color: Cold Purple. HEX triplet: A7, 85 and CF. RGB value is (167,133,207). Sum of RGB (Red+Green+Blue) = 167+133+207=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A785CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785CF is #587A30. Grayscale: #979797. Windows color (decimal): -5798449 or 13600167. OLE color: 13600167.
HSL color Cylindrical-coordinate representation of color #A785CF: hue angle of 267.57º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A785CF is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 133 | 207 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.19 |
| HSL | 267.57º | 0.44% | 0.67% | - |
| HSV(B) | 267.57º | 0.36% | 0.81% | - |
| XYZ | 35.59 | 29.5 | 62.85 | - |
| YUV | 151.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 207 | 0.19 | 0.36 | 0 | 0.19 | 267.57 | 0.44 | 0.67 |
| Hex | A7 | 85 | CF | 13 | 24 | 0 | 13 | 10C | 2C | 43 |
| Octal | 247 | 205 | 317 | 23 | 44 | 0 | 23 | 414 | 54 | 103 |
| Binary | 10100111 | 10000101 | 11001111 | 10011 | 100100 | 0 | 10011 | 100001100 | 101100 | 1000011 |
Color Harmonies of #A785CF
Complementary color
Monochromatic Colors of #A785CF
Black with #A785CF
Text Example
Text Example
White with #A785CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785CF; }
p { color: rgb(167,133,207); }
H1.HeaderClassName
{
color: #A785CF;
}
.AnyTagClassName
{
color: #A785CF;
}
</style>
background-color css
<style>
a { background-color: #A785CF; }
a { background-color: rgb(167,133,207); }
div.DivClassName
{
background-color: #A785CF;
}
.BgClassName
{
background-color: #A785CF;
}
</style>
border-color css
<style>
span { border-color: #A785CF; }
span { border-color: rgb(167,133,207); }
td.TdClassName
{
border-color: #A785CF;
}
.TagClassName
{
border-color: #A785CF;
}
</style>