Shades of Dark Violet #A80FBE
Tints of Dark Violet #A80FBE
RGB
CMYK
RGB Variations
Color information
#A80FBE (or 0xA80FBE) is known color: Dark Violet. HEX triplet: A8, 0F and BE. RGB value is (168,15,190). Sum of RGB (Red+Green+Blue) = 168+15+190=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #A80FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FBE is #57F041. Grayscale: #505050. Windows color (decimal): -5763138 or 12455848. OLE color: 12455848.
HSL color Cylindrical-coordinate representation of color #A80FBE: hue angle of 292.46º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80FBE is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 15 | 190 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.25 |
| HSL | 292.46º | 0.85% | 0.4% | - |
| HSV(B) | 292.46º | 0.92% | 0.75% | - |
| XYZ | 25.61 | 12.38 | 49.76 | - |
| YUV | 80.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 190 | 0.12 | 0.92 | 0 | 0.25 | 292.46 | 0.85 | 0.4 |
| Hex | A8 | F | BE | C | 5C | 0 | 19 | 124 | 55 | 28 |
| Octal | 250 | 17 | 276 | 14 | 134 | 0 | 31 | 444 | 125 | 50 |
| Binary | 10101000 | 1111 | 10111110 | 1100 | 1011100 | 0 | 11001 | 100100100 | 1010101 | 101000 |
Color Harmonies of #A80FBE
Complementary color
Monochromatic Colors of #A80FBE
Black with #A80FBE
Text Example
Text Example
White with #A80FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FBE; }
p { color: rgb(168,15,190); }
H1.HeaderClassName
{
color: #A80FBE;
}
.AnyTagClassName
{
color: #A80FBE;
}
</style>
background-color css
<style>
a { background-color: #A80FBE; }
a { background-color: rgb(168,15,190); }
div.DivClassName
{
background-color: #A80FBE;
}
.BgClassName
{
background-color: #A80FBE;
}
</style>
border-color css
<style>
span { border-color: #A80FBE; }
span { border-color: rgb(168,15,190); }
td.TdClassName
{
border-color: #A80FBE;
}
.TagClassName
{
border-color: #A80FBE;
}
</style>