Shades of Dark Violet #A816C3
Tints of Dark Violet #A816C3
RGB
CMYK
RGB Variations
Color information
#A816C3 (or 0xA816C3) is known color: Dark Violet. HEX triplet: A8, 16 and C3. RGB value is (168,22,195). Sum of RGB (Red+Green+Blue) = 168+22+195=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #A816C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816C3 is #57E93C. Grayscale: #545454. Windows color (decimal): -5761341 or 12785320. OLE color: 12785320.
HSL color Cylindrical-coordinate representation of color #A816C3: hue angle of 290.64º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816C3 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 22 | 195 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.24 |
| HSL | 290.64º | 0.8% | 0.43% | - |
| HSV(B) | 290.64º | 0.89% | 0.76% | - |
| XYZ | 26.29 | 12.84 | 52.72 | - |
| YUV | 85.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 195 | 0.14 | 0.89 | 0 | 0.24 | 290.64 | 0.8 | 0.43 |
| Hex | A8 | 16 | C3 | E | 59 | 0 | 18 | 123 | 50 | 2B |
| Octal | 250 | 26 | 303 | 16 | 131 | 0 | 30 | 443 | 120 | 53 |
| Binary | 10101000 | 10110 | 11000011 | 1110 | 1011001 | 0 | 11000 | 100100011 | 1010000 | 101011 |
Color Harmonies of #A816C3
Complementary color
Monochromatic Colors of #A816C3
Black with #A816C3
Text Example
Text Example
White with #A816C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816C3; }
p { color: rgb(168,22,195); }
H1.HeaderClassName
{
color: #A816C3;
}
.AnyTagClassName
{
color: #A816C3;
}
</style>
background-color css
<style>
a { background-color: #A816C3; }
a { background-color: rgb(168,22,195); }
div.DivClassName
{
background-color: #A816C3;
}
.BgClassName
{
background-color: #A816C3;
}
</style>
border-color css
<style>
span { border-color: #A816C3; }
span { border-color: rgb(168,22,195); }
td.TdClassName
{
border-color: #A816C3;
}
.TagClassName
{
border-color: #A816C3;
}
</style>