Shades of Dark Violet #A815CC
Tints of Dark Violet #A815CC
RGB
CMYK
RGB Variations
Color information
#A815CC (or 0xA815CC) is known color: Dark Violet. HEX triplet: A8, 15 and CC. RGB value is (168,21,204). Sum of RGB (Red+Green+Blue) = 168+21+204=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #A815CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815CC is #57EA33. Grayscale: #555555. Windows color (decimal): -5761588 or 13374888. OLE color: 13374888.
HSL color Cylindrical-coordinate representation of color #A815CC: hue angle of 288.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A815CC is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 21 | 204 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.2 |
| HSL | 288.2º | 0.81% | 0.44% | - |
| HSV(B) | 288.2º | 0.9% | 0.8% | - |
| XYZ | 27.32 | 13.22 | 58.24 | - |
| YUV | 85.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 204 | 0.18 | 0.90 | 0 | 0.2 | 288.2 | 0.81 | 0.44 |
| Hex | A8 | 15 | CC | 12 | 5A | 0 | 14 | 120 | 51 | 2C |
| Octal | 250 | 25 | 314 | 22 | 132 | 0 | 24 | 440 | 121 | 54 |
| Binary | 10101000 | 10101 | 11001100 | 10010 | 1011010 | 0 | 10100 | 100100000 | 1010001 | 101100 |
Color Harmonies of #A815CC
Complementary color
Monochromatic Colors of #A815CC
Black with #A815CC
Text Example
Text Example
White with #A815CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815CC; }
p { color: rgb(168,21,204); }
H1.HeaderClassName
{
color: #A815CC;
}
.AnyTagClassName
{
color: #A815CC;
}
</style>
background-color css
<style>
a { background-color: #A815CC; }
a { background-color: rgb(168,21,204); }
div.DivClassName
{
background-color: #A815CC;
}
.BgClassName
{
background-color: #A815CC;
}
</style>
border-color css
<style>
span { border-color: #A815CC; }
span { border-color: rgb(168,21,204); }
td.TdClassName
{
border-color: #A815CC;
}
.TagClassName
{
border-color: #A815CC;
}
</style>