Shades of Dark Purple #A02795
Tints of Dark Purple #A02795
RGB
CMYK
RGB Variations
Color information
#A02795 (or 0xA02795) is known color: Dark Purple. HEX triplet: A0, 27 and 95. RGB value is (160,39,149). Sum of RGB (Red+Green+Blue) = 160+39+149=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A02795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02795 is #5FD86A. Grayscale: #575757. Windows color (decimal): -6281323 or 9775008. OLE color: 9775008.
HSL color Cylindrical-coordinate representation of color #A02795: hue angle of 305.45º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02795 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 149 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.37 |
| HSL | 305.45º | 0.61% | 0.39% | - |
| HSV(B) | 305.45º | 0.76% | 0.63% | - |
| XYZ | 20.65 | 11.09 | 29.49 | - |
| YUV | 87.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 149 | 0 | 0.76 | 0.07 | 0.37 | 305.45 | 0.61 | 0.39 |
| Hex | A0 | 27 | 95 | 0 | 4C | 7 | 25 | 131 | 3D | 27 |
| Octal | 240 | 47 | 225 | 0 | 114 | 7 | 45 | 461 | 75 | 47 |
| Binary | 10100000 | 100111 | 10010101 | 0 | 1001100 | 111 | 100101 | 100110001 | 111101 | 100111 |
Color Harmonies of #A02795
Complementary color
Monochromatic Colors of #A02795
Black with #A02795
Text Example
Text Example
White with #A02795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02795; }
p { color: rgb(160,39,149); }
H1.HeaderClassName
{
color: #A02795;
}
.AnyTagClassName
{
color: #A02795;
}
</style>
background-color css
<style>
a { background-color: #A02795; }
a { background-color: rgb(160,39,149); }
div.DivClassName
{
background-color: #A02795;
}
.BgClassName
{
background-color: #A02795;
}
</style>
border-color css
<style>
span { border-color: #A02795; }
span { border-color: rgb(160,39,149); }
td.TdClassName
{
border-color: #A02795;
}
.TagClassName
{
border-color: #A02795;
}
</style>