Shades of Dark Violet #A806B8
Tints of Dark Violet #A806B8
RGB
CMYK
RGB Variations
Color information
#A806B8 (or 0xA806B8) is known color: Dark Violet. HEX triplet: A8, 06 and B8. RGB value is (168,6,184). Sum of RGB (Red+Green+Blue) = 168+6+184=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #A806B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A806B8 is #57F947. Grayscale: #4A4A4A. Windows color (decimal): -5765448 or 12060328. OLE color: 12060328.
HSL color Cylindrical-coordinate representation of color #A806B8: hue angle of 294.61º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806B8 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 6 | 184 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.28 |
| HSL | 294.61º | 0.94% | 0.37% | - |
| HSV(B) | 294.61º | 0.97% | 0.72% | - |
| XYZ | 24.87 | 11.92 | 46.34 | - |
| YUV | 74.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 184 | 0.09 | 0.97 | 0 | 0.28 | 294.61 | 0.94 | 0.37 |
| Hex | A8 | 6 | B8 | 9 | 61 | 0 | 1C | 127 | 5E | 25 |
| Octal | 250 | 6 | 270 | 11 | 141 | 0 | 34 | 447 | 136 | 45 |
| Binary | 10101000 | 110 | 10111000 | 1001 | 1100001 | 0 | 11100 | 100100111 | 1011110 | 100101 |
Color Harmonies of #A806B8
Complementary color
Monochromatic Colors of #A806B8
Black with #A806B8
Text Example
Text Example
White with #A806B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806B8; }
p { color: rgb(168,6,184); }
H1.HeaderClassName
{
color: #A806B8;
}
.AnyTagClassName
{
color: #A806B8;
}
</style>
background-color css
<style>
a { background-color: #A806B8; }
a { background-color: rgb(168,6,184); }
div.DivClassName
{
background-color: #A806B8;
}
.BgClassName
{
background-color: #A806B8;
}
</style>
border-color css
<style>
span { border-color: #A806B8; }
span { border-color: rgb(168,6,184); }
td.TdClassName
{
border-color: #A806B8;
}
.TagClassName
{
border-color: #A806B8;
}
</style>