Shades of Dark Violet #A807B8
Tints of Dark Violet #A807B8
RGB
CMYK
RGB Variations
Color information
#A807B8 (or 0xA807B8) is known color: Dark Violet. HEX triplet: A8, 07 and B8. RGB value is (168,7,184). Sum of RGB (Red+Green+Blue) = 168+7+184=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #A807B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807B8 is #57F847. Grayscale: #4A4A4A. Windows color (decimal): -5765192 or 12060584. OLE color: 12060584.
HSL color Cylindrical-coordinate representation of color #A807B8: hue angle of 294.58º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A807B8 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 7 | 184 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.28 |
| HSL | 294.58º | 0.93% | 0.37% | - |
| HSV(B) | 294.58º | 0.96% | 0.72% | - |
| XYZ | 24.88 | 11.94 | 46.34 | - |
| YUV | 75.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 184 | 0.09 | 0.96 | 0 | 0.28 | 294.58 | 0.93 | 0.37 |
| Hex | A8 | 7 | B8 | 9 | 60 | 0 | 1C | 127 | 5D | 25 |
| Octal | 250 | 7 | 270 | 11 | 140 | 0 | 34 | 447 | 135 | 45 |
| Binary | 10101000 | 111 | 10111000 | 1001 | 1100000 | 0 | 11100 | 100100111 | 1011101 | 100101 |
Color Harmonies of #A807B8
Complementary color
Monochromatic Colors of #A807B8
Black with #A807B8
Text Example
Text Example
White with #A807B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807B8; }
p { color: rgb(168,7,184); }
H1.HeaderClassName
{
color: #A807B8;
}
.AnyTagClassName
{
color: #A807B8;
}
</style>
background-color css
<style>
a { background-color: #A807B8; }
a { background-color: rgb(168,7,184); }
div.DivClassName
{
background-color: #A807B8;
}
.BgClassName
{
background-color: #A807B8;
}
</style>
border-color css
<style>
span { border-color: #A807B8; }
span { border-color: rgb(168,7,184); }
td.TdClassName
{
border-color: #A807B8;
}
.TagClassName
{
border-color: #A807B8;
}
</style>