Shades of Cold Purple #A07DC5
Tints of Cold Purple #A07DC5
RGB
CMYK
RGB Variations
Color information
#A07DC5 (or 0xA07DC5) is known color: Cold Purple. HEX triplet: A0, 7D and C5. RGB value is (160,125,197). Sum of RGB (Red+Green+Blue) = 160+125+197=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #A07DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DC5 is #5F823A. Grayscale: #8F8F8F. Windows color (decimal): -6259259 or 12942752. OLE color: 12942752.
HSL color Cylindrical-coordinate representation of color #A07DC5: hue angle of 269.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A07DC5 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 125 | 197 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.23 |
| HSL | 269.17º | 0.38% | 0.63% | - |
| HSV(B) | 269.17º | 0.37% | 0.77% | - |
| XYZ | 31.91 | 26.17 | 56.19 | - |
| YUV | 143.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 197 | 0.19 | 0.37 | 0 | 0.23 | 269.17 | 0.38 | 0.63 |
| Hex | A0 | 7D | C5 | 13 | 25 | 0 | 17 | 10D | 26 | 3F |
| Octal | 240 | 175 | 305 | 23 | 45 | 0 | 27 | 415 | 46 | 77 |
| Binary | 10100000 | 1111101 | 11000101 | 10011 | 100101 | 0 | 10111 | 100001101 | 100110 | 111111 |
Color Harmonies of #A07DC5
Complementary color
Monochromatic Colors of #A07DC5
Black with #A07DC5
Text Example
Text Example
White with #A07DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DC5; }
p { color: rgb(160,125,197); }
H1.HeaderClassName
{
color: #A07DC5;
}
.AnyTagClassName
{
color: #A07DC5;
}
</style>
background-color css
<style>
a { background-color: #A07DC5; }
a { background-color: rgb(160,125,197); }
div.DivClassName
{
background-color: #A07DC5;
}
.BgClassName
{
background-color: #A07DC5;
}
</style>
border-color css
<style>
span { border-color: #A07DC5; }
span { border-color: rgb(160,125,197); }
td.TdClassName
{
border-color: #A07DC5;
}
.TagClassName
{
border-color: #A07DC5;
}
</style>