Shades of Dark Violet #A918E2
Tints of Dark Violet #A918E2
RGB
CMYK
RGB Variations
Color information
#A918E2 (or 0xA918E2) is known color: Dark Violet. HEX triplet: A9, 18 and E2. RGB value is (169,24,226). Sum of RGB (Red+Green+Blue) = 169+24+226=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 226 (88.67% from 255 or 53.94% from 419); Max value from RGB is 226 - color contains mainly: blue. Hex color #A918E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A918E2 is #56E71D. Grayscale: #595959. Windows color (decimal): -5695262 or 14817449. OLE color: 14817449.
HSL color Cylindrical-coordinate representation of color #A918E2: hue angle of 283.07º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A918E2 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 24 | 226 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.11 |
| HSL | 283.07º | 0.81% | 0.49% | - |
| HSV(B) | 283.07º | 0.89% | 0.89% | - |
| XYZ | 30.42 | 14.58 | 73.16 | - |
| YUV | 90.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 24 | 226 | 0.25 | 0.89 | 0 | 0.11 | 283.07 | 0.81 | 0.49 |
| Hex | A9 | 18 | E2 | 19 | 59 | 0 | B | 11B | 51 | 31 |
| Octal | 251 | 30 | 342 | 31 | 131 | 0 | 13 | 433 | 121 | 61 |
| Binary | 10101001 | 11000 | 11100010 | 11001 | 1011001 | 0 | 1011 | 100011011 | 1010001 | 110001 |
Color Harmonies of #A918E2
Complementary color
Monochromatic Colors of #A918E2
Black with #A918E2
Text Example
Text Example
White with #A918E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A918E2; }
p { color: rgb(169,24,226); }
H1.HeaderClassName
{
color: #A918E2;
}
.AnyTagClassName
{
color: #A918E2;
}
</style>
background-color css
<style>
a { background-color: #A918E2; }
a { background-color: rgb(169,24,226); }
div.DivClassName
{
background-color: #A918E2;
}
.BgClassName
{
background-color: #A918E2;
}
</style>
border-color css
<style>
span { border-color: #A918E2; }
span { border-color: rgb(169,24,226); }
td.TdClassName
{
border-color: #A918E2;
}
.TagClassName
{
border-color: #A918E2;
}
</style>