Shades of Dark Violet #A318E5
Tints of Dark Violet #A318E5
RGB
CMYK
RGB Variations
Color information
#A318E5 (or 0xA318E5) is known color: Dark Violet. HEX triplet: A3, 18 and E5. RGB value is (163,24,229). Sum of RGB (Red+Green+Blue) = 163+24+229=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #A318E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318E5 is #5CE71A. Grayscale: #585858. Windows color (decimal): -6088475 or 15014051. OLE color: 15014051.
HSL color Cylindrical-coordinate representation of color #A318E5: hue angle of 280.68º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A318E5 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 24 | 229 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.10 |
| HSL | 280.68º | 0.81% | 0.5% | - |
| HSV(B) | 280.68º | 0.9% | 0.9% | - |
| XYZ | 29.57 | 14.1 | 75.29 | - |
| YUV | 88.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 229 | 0.29 | 0.90 | 0 | 0.10 | 280.68 | 0.81 | 0.5 |
| Hex | A3 | 18 | E5 | 1D | 5A | 0 | A | 119 | 51 | 32 |
| Octal | 243 | 30 | 345 | 35 | 132 | 0 | 12 | 431 | 121 | 62 |
| Binary | 10100011 | 11000 | 11100101 | 11101 | 1011010 | 0 | 1010 | 100011001 | 1010001 | 110010 |
Color Harmonies of #A318E5
Complementary color
Monochromatic Colors of #A318E5
Black with #A318E5
Text Example
Text Example
White with #A318E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318E5; }
p { color: rgb(163,24,229); }
H1.HeaderClassName
{
color: #A318E5;
}
.AnyTagClassName
{
color: #A318E5;
}
</style>
background-color css
<style>
a { background-color: #A318E5; }
a { background-color: rgb(163,24,229); }
div.DivClassName
{
background-color: #A318E5;
}
.BgClassName
{
background-color: #A318E5;
}
</style>
border-color css
<style>
span { border-color: #A318E5; }
span { border-color: rgb(163,24,229); }
td.TdClassName
{
border-color: #A318E5;
}
.TagClassName
{
border-color: #A318E5;
}
</style>