Shades of Dark Violet #A815BE
Tints of Dark Violet #A815BE
RGB
CMYK
RGB Variations
Color information
#A815BE (or 0xA815BE) is known color: Dark Violet. HEX triplet: A8, 15 and BE. RGB value is (168,21,190). Sum of RGB (Red+Green+Blue) = 168+21+190=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #A815BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815BE is #57EA41. Grayscale: #535353. Windows color (decimal): -5761602 or 12457384. OLE color: 12457384.
HSL color Cylindrical-coordinate representation of color #A815BE: hue angle of 292.19º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A815BE is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 21 | 190 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.25 |
| HSL | 292.19º | 0.8% | 0.41% | - |
| HSV(B) | 292.19º | 0.89% | 0.75% | - |
| XYZ | 25.71 | 12.58 | 49.79 | - |
| YUV | 84.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 190 | 0.12 | 0.89 | 0 | 0.25 | 292.19 | 0.8 | 0.41 |
| Hex | A8 | 15 | BE | C | 59 | 0 | 19 | 124 | 50 | 29 |
| Octal | 250 | 25 | 276 | 14 | 131 | 0 | 31 | 444 | 120 | 51 |
| Binary | 10101000 | 10101 | 10111110 | 1100 | 1011001 | 0 | 11001 | 100100100 | 1010000 | 101001 |
Color Harmonies of #A815BE
Complementary color
Monochromatic Colors of #A815BE
Black with #A815BE
Text Example
Text Example
White with #A815BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815BE; }
p { color: rgb(168,21,190); }
H1.HeaderClassName
{
color: #A815BE;
}
.AnyTagClassName
{
color: #A815BE;
}
</style>
background-color css
<style>
a { background-color: #A815BE; }
a { background-color: rgb(168,21,190); }
div.DivClassName
{
background-color: #A815BE;
}
.BgClassName
{
background-color: #A815BE;
}
</style>
border-color css
<style>
span { border-color: #A815BE; }
span { border-color: rgb(168,21,190); }
td.TdClassName
{
border-color: #A815BE;
}
.TagClassName
{
border-color: #A815BE;
}
</style>