Shades of Dark Violet #A801D8
Tints of Dark Violet #A801D8
RGB
CMYK
RGB Variations
Color information
#A801D8 (or 0xA801D8) is known color: Dark Violet. HEX triplet: A8, 01 and D8. RGB value is (168,1,216). Sum of RGB (Red+Green+Blue) = 168+1+216=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #A801D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801D8 is #57FE27. Grayscale: #4A4A4A. Windows color (decimal): -5766696 or 14156200. OLE color: 14156200.
HSL color Cylindrical-coordinate representation of color #A801D8: hue angle of 286.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A801D8 is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 1 | 216 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.15 |
| HSL | 286.6º | 0.99% | 0.43% | - |
| HSV(B) | 286.6º | 1% | 0.85% | - |
| XYZ | 28.55 | 13.3 | 66.03 | - |
| YUV | 75.44 | 207.33 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 216 | 0.22 | 1.00 | 0 | 0.15 | 286.6 | 0.99 | 0.43 |
| Hex | A8 | 1 | D8 | 16 | 64 | 0 | F | 11F | 63 | 2B |
| Octal | 250 | 1 | 330 | 26 | 144 | 0 | 17 | 437 | 143 | 53 |
| Binary | 10101000 | 1 | 11011000 | 10110 | 1100100 | 0 | 1111 | 100011111 | 1100011 | 101011 |
Color Harmonies of #A801D8
Complementary color
Monochromatic Colors of #A801D8
Black with #A801D8
Text Example
Text Example
White with #A801D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A801D8; }
p { color: rgb(168,1,216); }
H1.HeaderClassName
{
color: #A801D8;
}
.AnyTagClassName
{
color: #A801D8;
}
</style>
background-color css
<style>
a { background-color: #A801D8; }
a { background-color: rgb(168,1,216); }
div.DivClassName
{
background-color: #A801D8;
}
.BgClassName
{
background-color: #A801D8;
}
</style>
border-color css
<style>
span { border-color: #A801D8; }
span { border-color: rgb(168,1,216); }
td.TdClassName
{
border-color: #A801D8;
}
.TagClassName
{
border-color: #A801D8;
}
</style>