Shades of Dark Violet #A801D7
Tints of Dark Violet #A801D7
RGB
CMYK
RGB Variations
Color information
#A801D7 (or 0xA801D7) is known color: Dark Violet. HEX triplet: A8, 01 and D7. RGB value is (168,1,215). Sum of RGB (Red+Green+Blue) = 168+1+215=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #A801D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801D7 is #57FE28. Grayscale: #4A4A4A. Windows color (decimal): -5766697 or 14090664. OLE color: 14090664.
HSL color Cylindrical-coordinate representation of color #A801D7: hue angle of 286.82º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A801D7 is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 1 | 215 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.16 |
| HSL | 286.82º | 0.99% | 0.42% | - |
| HSV(B) | 286.82º | 1% | 0.84% | - |
| XYZ | 28.43 | 13.25 | 65.35 | - |
| YUV | 75.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 215 | 0.22 | 1.00 | 0 | 0.16 | 286.82 | 0.99 | 0.42 |
| Hex | A8 | 1 | D7 | 16 | 64 | 0 | 10 | 11F | 63 | 2A |
| Octal | 250 | 1 | 327 | 26 | 144 | 0 | 20 | 437 | 143 | 52 |
| Binary | 10101000 | 1 | 11010111 | 10110 | 1100100 | 0 | 10000 | 100011111 | 1100011 | 101010 |
Color Harmonies of #A801D7
Complementary color
Monochromatic Colors of #A801D7
Black with #A801D7
Text Example
Text Example
White with #A801D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A801D7; }
p { color: rgb(168,1,215); }
H1.HeaderClassName
{
color: #A801D7;
}
.AnyTagClassName
{
color: #A801D7;
}
</style>
background-color css
<style>
a { background-color: #A801D7; }
a { background-color: rgb(168,1,215); }
div.DivClassName
{
background-color: #A801D7;
}
.BgClassName
{
background-color: #A801D7;
}
</style>
border-color css
<style>
span { border-color: #A801D7; }
span { border-color: rgb(168,1,215); }
td.TdClassName
{
border-color: #A801D7;
}
.TagClassName
{
border-color: #A801D7;
}
</style>