Shades of Dark Violet #A815C7
Tints of Dark Violet #A815C7
RGB
CMYK
RGB Variations
Color information
#A815C7 (or 0xA815C7) is known color: Dark Violet. HEX triplet: A8, 15 and C7. RGB value is (168,21,199). Sum of RGB (Red+Green+Blue) = 168+21+199=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #A815C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815C7 is #57EA38. Grayscale: #545454. Windows color (decimal): -5761593 or 13047208. OLE color: 13047208.
HSL color Cylindrical-coordinate representation of color #A815C7: hue angle of 289.55º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A815C7 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 21 | 199 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.22 |
| HSL | 289.55º | 0.81% | 0.43% | - |
| HSV(B) | 289.55º | 0.89% | 0.78% | - |
| XYZ | 26.73 | 12.98 | 55.13 | - |
| YUV | 85.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 199 | 0.16 | 0.89 | 0 | 0.22 | 289.55 | 0.81 | 0.43 |
| Hex | A8 | 15 | C7 | 10 | 59 | 0 | 16 | 122 | 51 | 2B |
| Octal | 250 | 25 | 307 | 20 | 131 | 0 | 26 | 442 | 121 | 53 |
| Binary | 10101000 | 10101 | 11000111 | 10000 | 1011001 | 0 | 10110 | 100100010 | 1010001 | 101011 |
Color Harmonies of #A815C7
Complementary color
Monochromatic Colors of #A815C7
Black with #A815C7
Text Example
Text Example
White with #A815C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815C7; }
p { color: rgb(168,21,199); }
H1.HeaderClassName
{
color: #A815C7;
}
.AnyTagClassName
{
color: #A815C7;
}
</style>
background-color css
<style>
a { background-color: #A815C7; }
a { background-color: rgb(168,21,199); }
div.DivClassName
{
background-color: #A815C7;
}
.BgClassName
{
background-color: #A815C7;
}
</style>
border-color css
<style>
span { border-color: #A815C7; }
span { border-color: rgb(168,21,199); }
td.TdClassName
{
border-color: #A815C7;
}
.TagClassName
{
border-color: #A815C7;
}
</style>