Shades of Dark Violet #A80ACF
Tints of Dark Violet #A80ACF
RGB
CMYK
RGB Variations
Color information
#A80ACF (or 0xA80ACF) is known color: Dark Violet. HEX triplet: A8, 0A and CF. RGB value is (168,10,207). Sum of RGB (Red+Green+Blue) = 168+10+207=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #A80ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ACF is #57F530. Grayscale: #4F4F4F. Windows color (decimal): -5764401 or 13568680. OLE color: 13568680.
HSL color Cylindrical-coordinate representation of color #A80ACF: hue angle of 288.12º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80ACF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 10 | 207 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.19 |
| HSL | 288.12º | 0.91% | 0.43% | - |
| HSV(B) | 288.12º | 0.95% | 0.81% | - |
| XYZ | 27.52 | 13.05 | 60.1 | - |
| YUV | 79.7 | 199.85 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 207 | 0.19 | 0.95 | 0 | 0.19 | 288.12 | 0.91 | 0.43 |
| Hex | A8 | A | CF | 13 | 5F | 0 | 13 | 120 | 5B | 2B |
| Octal | 250 | 12 | 317 | 23 | 137 | 0 | 23 | 440 | 133 | 53 |
| Binary | 10101000 | 1010 | 11001111 | 10011 | 1011111 | 0 | 10011 | 100100000 | 1011011 | 101011 |
Color Harmonies of #A80ACF
Complementary color
Monochromatic Colors of #A80ACF
Black with #A80ACF
Text Example
Text Example
White with #A80ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80ACF; }
p { color: rgb(168,10,207); }
H1.HeaderClassName
{
color: #A80ACF;
}
.AnyTagClassName
{
color: #A80ACF;
}
</style>
background-color css
<style>
a { background-color: #A80ACF; }
a { background-color: rgb(168,10,207); }
div.DivClassName
{
background-color: #A80ACF;
}
.BgClassName
{
background-color: #A80ACF;
}
</style>
border-color css
<style>
span { border-color: #A80ACF; }
span { border-color: rgb(168,10,207); }
td.TdClassName
{
border-color: #A80ACF;
}
.TagClassName
{
border-color: #A80ACF;
}
</style>