Shades of Dark Violet #A80CB7
Tints of Dark Violet #A80CB7
RGB
CMYK
RGB Variations
Color information
#A80CB7 (or 0xA80CB7) is known color: Dark Violet. HEX triplet: A8, 0C and B7. RGB value is (168,12,183). Sum of RGB (Red+Green+Blue) = 168+12+183=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #A80CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CB7 is #57F348. Grayscale: #4D4D4D. Windows color (decimal): -5763913 or 11996328. OLE color: 11996328.
HSL color Cylindrical-coordinate representation of color #A80CB7: hue angle of 294.74º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80CB7 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 12 | 183 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.28 |
| HSL | 294.74º | 0.88% | 0.38% | - |
| HSV(B) | 294.74º | 0.93% | 0.72% | - |
| XYZ | 24.83 | 12.01 | 45.81 | - |
| YUV | 78.14 | 187.18 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 183 | 0.08 | 0.93 | 0 | 0.28 | 294.74 | 0.88 | 0.38 |
| Hex | A8 | C | B7 | 8 | 5D | 0 | 1C | 127 | 58 | 26 |
| Octal | 250 | 14 | 267 | 10 | 135 | 0 | 34 | 447 | 130 | 46 |
| Binary | 10101000 | 1100 | 10110111 | 1000 | 1011101 | 0 | 11100 | 100100111 | 1011000 | 100110 |
Color Harmonies of #A80CB7
Complementary color
Monochromatic Colors of #A80CB7
Black with #A80CB7
Text Example
Text Example
White with #A80CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CB7; }
p { color: rgb(168,12,183); }
H1.HeaderClassName
{
color: #A80CB7;
}
.AnyTagClassName
{
color: #A80CB7;
}
</style>
background-color css
<style>
a { background-color: #A80CB7; }
a { background-color: rgb(168,12,183); }
div.DivClassName
{
background-color: #A80CB7;
}
.BgClassName
{
background-color: #A80CB7;
}
</style>
border-color css
<style>
span { border-color: #A80CB7; }
span { border-color: rgb(168,12,183); }
td.TdClassName
{
border-color: #A80CB7;
}
.TagClassName
{
border-color: #A80CB7;
}
</style>