Shades of Dark Violet #A215CD
Tints of Dark Violet #A215CD
RGB
CMYK
RGB Variations
Color information
#A215CD (or 0xA215CD) is known color: Dark Violet. HEX triplet: A2, 15 and CD. RGB value is (162,21,205). Sum of RGB (Red+Green+Blue) = 162+21+205=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #A215CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215CD is #5DEA32. Grayscale: #535353. Windows color (decimal): -6154803 or 13440418. OLE color: 13440418.
HSL color Cylindrical-coordinate representation of color #A215CD: hue angle of 285.98º 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 #A215CD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 21 | 205 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.20 |
| HSL | 285.98º | 0.81% | 0.44% | - |
| HSV(B) | 285.98º | 0.9% | 0.8% | - |
| XYZ | 26.19 | 12.63 | 58.81 | - |
| YUV | 84.14 | 196.21 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 205 | 0.21 | 0.90 | 0 | 0.20 | 285.98 | 0.81 | 0.44 |
| Hex | A2 | 15 | CD | 15 | 5A | 0 | 14 | 11E | 51 | 2C |
| Octal | 242 | 25 | 315 | 25 | 132 | 0 | 24 | 436 | 121 | 54 |
| Binary | 10100010 | 10101 | 11001101 | 10101 | 1011010 | 0 | 10100 | 100011110 | 1010001 | 101100 |
Color Harmonies of #A215CD
Complementary color
Monochromatic Colors of #A215CD
Black with #A215CD
Text Example
Text Example
White with #A215CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215CD; }
p { color: rgb(162,21,205); }
H1.HeaderClassName
{
color: #A215CD;
}
.AnyTagClassName
{
color: #A215CD;
}
</style>
background-color css
<style>
a { background-color: #A215CD; }
a { background-color: rgb(162,21,205); }
div.DivClassName
{
background-color: #A215CD;
}
.BgClassName
{
background-color: #A215CD;
}
</style>
border-color css
<style>
span { border-color: #A215CD; }
span { border-color: rgb(162,21,205); }
td.TdClassName
{
border-color: #A215CD;
}
.TagClassName
{
border-color: #A215CD;
}
</style>