Shades of Dark Violet #A315E8
Tints of Dark Violet #A315E8
RGB
CMYK
RGB Variations
Color information
#A315E8 (or 0xA315E8) is known color: Dark Violet. HEX triplet: A3, 15 and E8. RGB value is (163,21,232). Sum of RGB (Red+Green+Blue) = 163+21+232=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #A315E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315E8 is #5CEA17. Grayscale: #565656. Windows color (decimal): -6089240 or 15209891. OLE color: 15209891.
HSL color Cylindrical-coordinate representation of color #A315E8: hue angle of 280.38º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A315E8 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 21 | 232 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.09 |
| HSL | 280.38º | 0.83% | 0.5% | - |
| HSV(B) | 280.38º | 0.91% | 0.91% | - |
| XYZ | 29.94 | 14.15 | 77.5 | - |
| YUV | 87.51 | 209.54 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 232 | 0.30 | 0.91 | 0 | 0.09 | 280.38 | 0.83 | 0.5 |
| Hex | A3 | 15 | E8 | 1E | 5B | 0 | 9 | 118 | 53 | 32 |
| Octal | 243 | 25 | 350 | 36 | 133 | 0 | 11 | 430 | 123 | 62 |
| Binary | 10100011 | 10101 | 11101000 | 11110 | 1011011 | 0 | 1001 | 100011000 | 1010011 | 110010 |
Color Harmonies of #A315E8
Complementary color
Monochromatic Colors of #A315E8
Black with #A315E8
Text Example
Text Example
White with #A315E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315E8; }
p { color: rgb(163,21,232); }
H1.HeaderClassName
{
color: #A315E8;
}
.AnyTagClassName
{
color: #A315E8;
}
</style>
background-color css
<style>
a { background-color: #A315E8; }
a { background-color: rgb(163,21,232); }
div.DivClassName
{
background-color: #A315E8;
}
.BgClassName
{
background-color: #A315E8;
}
</style>
border-color css
<style>
span { border-color: #A315E8; }
span { border-color: rgb(163,21,232); }
td.TdClassName
{
border-color: #A315E8;
}
.TagClassName
{
border-color: #A315E8;
}
</style>