Shades of Dark Violet #A618E8
Tints of Dark Violet #A618E8
RGB
CMYK
RGB Variations
Color information
#A618E8 (or 0xA618E8) is known color: Dark Violet. HEX triplet: A6, 18 and E8. RGB value is (166,24,232). Sum of RGB (Red+Green+Blue) = 166+24+232=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #A618E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618E8 is #59E717. Grayscale: #595959. Windows color (decimal): -5891864 or 15210662. OLE color: 15210662.
HSL color Cylindrical-coordinate representation of color #A618E8: hue angle of 280.96º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A618E8 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 24 | 232 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.09 |
| HSL | 280.96º | 0.82% | 0.5% | - |
| HSV(B) | 280.96º | 0.9% | 0.91% | - |
| XYZ | 30.62 | 14.59 | 77.55 | - |
| YUV | 90.17 | 208.04 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 232 | 0.28 | 0.90 | 0 | 0.09 | 280.96 | 0.82 | 0.5 |
| Hex | A6 | 18 | E8 | 1C | 5A | 0 | 9 | 119 | 52 | 32 |
| Octal | 246 | 30 | 350 | 34 | 132 | 0 | 11 | 431 | 122 | 62 |
| Binary | 10100110 | 11000 | 11101000 | 11100 | 1011010 | 0 | 1001 | 100011001 | 1010010 | 110010 |
Color Harmonies of #A618E8
Complementary color
Monochromatic Colors of #A618E8
Black with #A618E8
Text Example
Text Example
White with #A618E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618E8; }
p { color: rgb(166,24,232); }
H1.HeaderClassName
{
color: #A618E8;
}
.AnyTagClassName
{
color: #A618E8;
}
</style>
background-color css
<style>
a { background-color: #A618E8; }
a { background-color: rgb(166,24,232); }
div.DivClassName
{
background-color: #A618E8;
}
.BgClassName
{
background-color: #A618E8;
}
</style>
border-color css
<style>
span { border-color: #A618E8; }
span { border-color: rgb(166,24,232); }
td.TdClassName
{
border-color: #A618E8;
}
.TagClassName
{
border-color: #A618E8;
}
</style>