Shades of Dark Violet #A816E2
Tints of Dark Violet #A816E2
RGB
CMYK
RGB Variations
Color information
#A816E2 (or 0xA816E2) is known color: Dark Violet. HEX triplet: A8, 16 and E2. RGB value is (168,22,226). Sum of RGB (Red+Green+Blue) = 168+22+226=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #A816E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816E2 is #57E91D. Grayscale: #585858. Windows color (decimal): -5761310 or 14816936. OLE color: 14816936.
HSL color Cylindrical-coordinate representation of color #A816E2: hue angle of 282.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A816E2 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 22 | 226 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.11 |
| HSL | 282.94º | 0.82% | 0.49% | - |
| HSV(B) | 282.94º | 0.9% | 0.89% | - |
| XYZ | 30.16 | 14.39 | 73.14 | - |
| YUV | 88.91 | 205.37 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 226 | 0.26 | 0.90 | 0 | 0.11 | 282.94 | 0.82 | 0.49 |
| Hex | A8 | 16 | E2 | 1A | 5A | 0 | B | 11B | 52 | 31 |
| Octal | 250 | 26 | 342 | 32 | 132 | 0 | 13 | 433 | 122 | 61 |
| Binary | 10101000 | 10110 | 11100010 | 11010 | 1011010 | 0 | 1011 | 100011011 | 1010010 | 110001 |
Color Harmonies of #A816E2
Complementary color
Monochromatic Colors of #A816E2
Black with #A816E2
Text Example
Text Example
White with #A816E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816E2; }
p { color: rgb(168,22,226); }
H1.HeaderClassName
{
color: #A816E2;
}
.AnyTagClassName
{
color: #A816E2;
}
</style>
background-color css
<style>
a { background-color: #A816E2; }
a { background-color: rgb(168,22,226); }
div.DivClassName
{
background-color: #A816E2;
}
.BgClassName
{
background-color: #A816E2;
}
</style>
border-color css
<style>
span { border-color: #A816E2; }
span { border-color: rgb(168,22,226); }
td.TdClassName
{
border-color: #A816E2;
}
.TagClassName
{
border-color: #A816E2;
}
</style>