Shades of Dark Violet #A806DE
Tints of Dark Violet #A806DE
RGB
CMYK
RGB Variations
Color information
#A806DE (or 0xA806DE) is known color: Dark Violet. HEX triplet: A8, 06 and DE. RGB value is (168,6,222). Sum of RGB (Red+Green+Blue) = 168+6+222=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #A806DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A806DE is #57F921. Grayscale: #4E4E4E. Windows color (decimal): -5765410 or 14550696. OLE color: 14550696.
HSL color Cylindrical-coordinate representation of color #A806DE: hue angle of 285º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806DE is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 6 | 222 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.13 |
| HSL | 285º | 0.95% | 0.45% | - |
| HSV(B) | 285º | 0.97% | 0.87% | - |
| XYZ | 29.4 | 13.73 | 70.21 | - |
| YUV | 79.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 222 | 0.24 | 0.97 | 0 | 0.13 | 285 | 0.95 | 0.45 |
| Hex | A8 | 6 | DE | 18 | 61 | 0 | D | 11D | 5F | 2D |
| Octal | 250 | 6 | 336 | 30 | 141 | 0 | 15 | 435 | 137 | 55 |
| Binary | 10101000 | 110 | 11011110 | 11000 | 1100001 | 0 | 1101 | 100011101 | 1011111 | 101101 |
Color Harmonies of #A806DE
Complementary color
Monochromatic Colors of #A806DE
Black with #A806DE
Text Example
Text Example
White with #A806DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806DE; }
p { color: rgb(168,6,222); }
H1.HeaderClassName
{
color: #A806DE;
}
.AnyTagClassName
{
color: #A806DE;
}
</style>
background-color css
<style>
a { background-color: #A806DE; }
a { background-color: rgb(168,6,222); }
div.DivClassName
{
background-color: #A806DE;
}
.BgClassName
{
background-color: #A806DE;
}
</style>
border-color css
<style>
span { border-color: #A806DE; }
span { border-color: rgb(168,6,222); }
td.TdClassName
{
border-color: #A806DE;
}
.TagClassName
{
border-color: #A806DE;
}
</style>