Shades of Dark Violet #A80AB6
Tints of Dark Violet #A80AB6
RGB
CMYK
RGB Variations
Color information
#A80AB6 (or 0xA80AB6) is known color: Dark Violet. HEX triplet: A8, 0A and B6. RGB value is (168,10,182). Sum of RGB (Red+Green+Blue) = 168+10+182=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #A80AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AB6 is #57F549. Grayscale: #4C4C4C. Windows color (decimal): -5764426 or 11930280. OLE color: 11930280.
HSL color Cylindrical-coordinate representation of color #A80AB6: hue angle of 295.12º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80AB6 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 10 | 182 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.29 |
| HSL | 295.12º | 0.9% | 0.38% | - |
| HSV(B) | 295.12º | 0.95% | 0.71% | - |
| XYZ | 24.7 | 11.92 | 45.25 | - |
| YUV | 76.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 182 | 0.08 | 0.95 | 0 | 0.29 | 295.12 | 0.9 | 0.38 |
| Hex | A8 | A | B6 | 8 | 5F | 0 | 1D | 127 | 5A | 26 |
| Octal | 250 | 12 | 266 | 10 | 137 | 0 | 35 | 447 | 132 | 46 |
| Binary | 10101000 | 1010 | 10110110 | 1000 | 1011111 | 0 | 11101 | 100100111 | 1011010 | 100110 |
Color Harmonies of #A80AB6
Complementary color
Monochromatic Colors of #A80AB6
Black with #A80AB6
Text Example
Text Example
White with #A80AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AB6; }
p { color: rgb(168,10,182); }
H1.HeaderClassName
{
color: #A80AB6;
}
.AnyTagClassName
{
color: #A80AB6;
}
</style>
background-color css
<style>
a { background-color: #A80AB6; }
a { background-color: rgb(168,10,182); }
div.DivClassName
{
background-color: #A80AB6;
}
.BgClassName
{
background-color: #A80AB6;
}
</style>
border-color css
<style>
span { border-color: #A80AB6; }
span { border-color: rgb(168,10,182); }
td.TdClassName
{
border-color: #A80AB6;
}
.TagClassName
{
border-color: #A80AB6;
}
</style>