Shades of Dark Violet #A815CD
Tints of Dark Violet #A815CD
RGB
CMYK
RGB Variations
Color information
#A815CD (or 0xA815CD) is known color: Dark Violet. HEX triplet: A8, 15 and CD. RGB value is (168,21,205). Sum of RGB (Red+Green+Blue) = 168+21+205=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #A815CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815CD is #57EA32. Grayscale: #555555. Windows color (decimal): -5761587 or 13440424. OLE color: 13440424.
HSL color Cylindrical-coordinate representation of color #A815CD: hue angle of 287.93º 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 #A815CD is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 21 | 205 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.20 |
| HSL | 287.93º | 0.81% | 0.44% | - |
| HSV(B) | 287.93º | 0.9% | 0.8% | - |
| XYZ | 27.44 | 13.27 | 58.87 | - |
| YUV | 85.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 205 | 0.18 | 0.90 | 0 | 0.20 | 287.93 | 0.81 | 0.44 |
| Hex | A8 | 15 | CD | 12 | 5A | 0 | 14 | 120 | 51 | 2C |
| Octal | 250 | 25 | 315 | 22 | 132 | 0 | 24 | 440 | 121 | 54 |
| Binary | 10101000 | 10101 | 11001101 | 10010 | 1011010 | 0 | 10100 | 100100000 | 1010001 | 101100 |
Color Harmonies of #A815CD
Complementary color
Monochromatic Colors of #A815CD
Black with #A815CD
Text Example
Text Example
White with #A815CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815CD; }
p { color: rgb(168,21,205); }
H1.HeaderClassName
{
color: #A815CD;
}
.AnyTagClassName
{
color: #A815CD;
}
</style>
background-color css
<style>
a { background-color: #A815CD; }
a { background-color: rgb(168,21,205); }
div.DivClassName
{
background-color: #A815CD;
}
.BgClassName
{
background-color: #A815CD;
}
</style>
border-color css
<style>
span { border-color: #A815CD; }
span { border-color: rgb(168,21,205); }
td.TdClassName
{
border-color: #A815CD;
}
.TagClassName
{
border-color: #A815CD;
}
</style>