Shades of Dark Violet #A816CC
Tints of Dark Violet #A816CC
RGB
CMYK
RGB Variations
Color information
#A816CC (or 0xA816CC) is known color: Dark Violet. HEX triplet: A8, 16 and CC. RGB value is (168,22,204). Sum of RGB (Red+Green+Blue) = 168+22+204=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #A816CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816CC is #57E933. Grayscale: #555555. Windows color (decimal): -5761332 or 13375144. OLE color: 13375144.
HSL color Cylindrical-coordinate representation of color #A816CC: hue angle of 288.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816CC is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 22 | 204 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.2 |
| HSL | 288.13º | 0.81% | 0.44% | - |
| HSV(B) | 288.13º | 0.89% | 0.8% | - |
| XYZ | 27.33 | 13.26 | 58.25 | - |
| YUV | 86.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 204 | 0.18 | 0.89 | 0 | 0.2 | 288.13 | 0.81 | 0.44 |
| Hex | A8 | 16 | CC | 12 | 59 | 0 | 14 | 120 | 51 | 2C |
| Octal | 250 | 26 | 314 | 22 | 131 | 0 | 24 | 440 | 121 | 54 |
| Binary | 10101000 | 10110 | 11001100 | 10010 | 1011001 | 0 | 10100 | 100100000 | 1010001 | 101100 |
Color Harmonies of #A816CC
Complementary color
Monochromatic Colors of #A816CC
Black with #A816CC
Text Example
Text Example
White with #A816CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816CC; }
p { color: rgb(168,22,204); }
H1.HeaderClassName
{
color: #A816CC;
}
.AnyTagClassName
{
color: #A816CC;
}
</style>
background-color css
<style>
a { background-color: #A816CC; }
a { background-color: rgb(168,22,204); }
div.DivClassName
{
background-color: #A816CC;
}
.BgClassName
{
background-color: #A816CC;
}
</style>
border-color css
<style>
span { border-color: #A816CC; }
span { border-color: rgb(168,22,204); }
td.TdClassName
{
border-color: #A816CC;
}
.TagClassName
{
border-color: #A816CC;
}
</style>