Shades of Dark Violet #A913CD
Tints of Dark Violet #A913CD
RGB
CMYK
RGB Variations
Color information
#A913CD (or 0xA913CD) is known color: Dark Violet. HEX triplet: A9, 13 and CD. RGB value is (169,19,205). Sum of RGB (Red+Green+Blue) = 169+19+205=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #A913CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913CD is #56EC32. Grayscale: #545454. Windows color (decimal): -5696563 or 13439913. OLE color: 13439913.
HSL color Cylindrical-coordinate representation of color #A913CD: hue angle of 288.39º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A913CD is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 19 | 205 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.20 |
| HSL | 288.39º | 0.83% | 0.44% | - |
| HSV(B) | 288.39º | 0.91% | 0.8% | - |
| XYZ | 27.61 | 13.31 | 58.87 | - |
| YUV | 85.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 205 | 0.18 | 0.91 | 0 | 0.20 | 288.39 | 0.83 | 0.44 |
| Hex | A9 | 13 | CD | 12 | 5B | 0 | 14 | 120 | 53 | 2C |
| Octal | 251 | 23 | 315 | 22 | 133 | 0 | 24 | 440 | 123 | 54 |
| Binary | 10101001 | 10011 | 11001101 | 10010 | 1011011 | 0 | 10100 | 100100000 | 1010011 | 101100 |
Color Harmonies of #A913CD
Complementary color
Monochromatic Colors of #A913CD
Black with #A913CD
Text Example
Text Example
White with #A913CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A913CD; }
p { color: rgb(169,19,205); }
H1.HeaderClassName
{
color: #A913CD;
}
.AnyTagClassName
{
color: #A913CD;
}
</style>
background-color css
<style>
a { background-color: #A913CD; }
a { background-color: rgb(169,19,205); }
div.DivClassName
{
background-color: #A913CD;
}
.BgClassName
{
background-color: #A913CD;
}
</style>
border-color css
<style>
span { border-color: #A913CD; }
span { border-color: rgb(169,19,205); }
td.TdClassName
{
border-color: #A913CD;
}
.TagClassName
{
border-color: #A913CD;
}
</style>