Shades of Dark Violet #A80BDE
Tints of Dark Violet #A80BDE
RGB
CMYK
RGB Variations
Color information
#A80BDE (or 0xA80BDE) is known color: Dark Violet. HEX triplet: A8, 0B and DE. RGB value is (168,11,222). Sum of RGB (Red+Green+Blue) = 168+11+222=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #A80BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BDE is #57F421. Grayscale: #515151. Windows color (decimal): -5764130 or 14551976. OLE color: 14551976.
HSL color Cylindrical-coordinate representation of color #A80BDE: hue angle of 284.64º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80BDE is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 11 | 222 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.13 |
| HSL | 284.64º | 0.91% | 0.46% | - |
| HSV(B) | 284.64º | 0.95% | 0.87% | - |
| XYZ | 29.45 | 13.84 | 70.23 | - |
| YUV | 82 | 207.01 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 222 | 0.24 | 0.95 | 0 | 0.13 | 284.64 | 0.91 | 0.46 |
| Hex | A8 | B | DE | 18 | 5F | 0 | D | 11D | 5B | 2E |
| Octal | 250 | 13 | 336 | 30 | 137 | 0 | 15 | 435 | 133 | 56 |
| Binary | 10101000 | 1011 | 11011110 | 11000 | 1011111 | 0 | 1101 | 100011101 | 1011011 | 101110 |
Color Harmonies of #A80BDE
Complementary color
Monochromatic Colors of #A80BDE
Black with #A80BDE
Text Example
Text Example
White with #A80BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BDE; }
p { color: rgb(168,11,222); }
H1.HeaderClassName
{
color: #A80BDE;
}
.AnyTagClassName
{
color: #A80BDE;
}
</style>
background-color css
<style>
a { background-color: #A80BDE; }
a { background-color: rgb(168,11,222); }
div.DivClassName
{
background-color: #A80BDE;
}
.BgClassName
{
background-color: #A80BDE;
}
</style>
border-color css
<style>
span { border-color: #A80BDE; }
span { border-color: rgb(168,11,222); }
td.TdClassName
{
border-color: #A80BDE;
}
.TagClassName
{
border-color: #A80BDE;
}
</style>