Shades of Dark Violet #A810D4
Tints of Dark Violet #A810D4
RGB
CMYK
RGB Variations
Color information
#A810D4 (or 0xA810D4) is known color: Dark Violet. HEX triplet: A8, 10 and D4. RGB value is (168,16,212). Sum of RGB (Red+Green+Blue) = 168+16+212=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 212 (83.20% from 255 or 53.54% from 396); Max value from RGB is 212 - color contains mainly: blue. Hex color #A810D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810D4 is #57EF2B. Grayscale: #535353. Windows color (decimal): -5762860 or 13897896. OLE color: 13897896.
HSL color Cylindrical-coordinate representation of color #A810D4: hue angle of 286.53º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A810D4 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 16 | 212 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.17 |
| HSL | 286.53º | 0.86% | 0.45% | - |
| HSV(B) | 286.53º | 0.92% | 0.83% | - |
| XYZ | 28.22 | 13.45 | 63.4 | - |
| YUV | 83.79 | 200.36 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 212 | 0.21 | 0.92 | 0 | 0.17 | 286.53 | 0.86 | 0.45 |
| Hex | A8 | 10 | D4 | 15 | 5C | 0 | 11 | 11F | 56 | 2D |
| Octal | 250 | 20 | 324 | 25 | 134 | 0 | 21 | 437 | 126 | 55 |
| Binary | 10101000 | 10000 | 11010100 | 10101 | 1011100 | 0 | 10001 | 100011111 | 1010110 | 101101 |
Color Harmonies of #A810D4
Complementary color
Monochromatic Colors of #A810D4
Black with #A810D4
Text Example
Text Example
White with #A810D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810D4; }
p { color: rgb(168,16,212); }
H1.HeaderClassName
{
color: #A810D4;
}
.AnyTagClassName
{
color: #A810D4;
}
</style>
background-color css
<style>
a { background-color: #A810D4; }
a { background-color: rgb(168,16,212); }
div.DivClassName
{
background-color: #A810D4;
}
.BgClassName
{
background-color: #A810D4;
}
</style>
border-color css
<style>
span { border-color: #A810D4; }
span { border-color: rgb(168,16,212); }
td.TdClassName
{
border-color: #A810D4;
}
.TagClassName
{
border-color: #A810D4;
}
</style>