Shades of Dark Violet #A807B6
Tints of Dark Violet #A807B6
RGB
CMYK
RGB Variations
Color information
#A807B6 (or 0xA807B6) is known color: Dark Violet. HEX triplet: A8, 07 and B6. RGB value is (168,7,182). Sum of RGB (Red+Green+Blue) = 168+7+182=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #A807B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807B6 is #57F849. Grayscale: #4A4A4A. Windows color (decimal): -5765194 or 11929512. OLE color: 11929512.
HSL color Cylindrical-coordinate representation of color #A807B6: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A807B6 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 7 | 182 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.29 |
| HSL | 295.2º | 0.93% | 0.37% | - |
| HSV(B) | 295.2º | 0.96% | 0.71% | - |
| XYZ | 24.67 | 11.85 | 45.24 | - |
| YUV | 75.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 182 | 0.08 | 0.96 | 0 | 0.29 | 295.2 | 0.93 | 0.37 |
| Hex | A8 | 7 | B6 | 8 | 60 | 0 | 1D | 127 | 5D | 25 |
| Octal | 250 | 7 | 266 | 10 | 140 | 0 | 35 | 447 | 135 | 45 |
| Binary | 10101000 | 111 | 10110110 | 1000 | 1100000 | 0 | 11101 | 100100111 | 1011101 | 100101 |
Color Harmonies of #A807B6
Complementary color
Monochromatic Colors of #A807B6
Black with #A807B6
Text Example
Text Example
White with #A807B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807B6; }
p { color: rgb(168,7,182); }
H1.HeaderClassName
{
color: #A807B6;
}
.AnyTagClassName
{
color: #A807B6;
}
</style>
background-color css
<style>
a { background-color: #A807B6; }
a { background-color: rgb(168,7,182); }
div.DivClassName
{
background-color: #A807B6;
}
.BgClassName
{
background-color: #A807B6;
}
</style>
border-color css
<style>
span { border-color: #A807B6; }
span { border-color: rgb(168,7,182); }
td.TdClassName
{
border-color: #A807B6;
}
.TagClassName
{
border-color: #A807B6;
}
</style>