Shades of Dark Violet #A808C7
Tints of Dark Violet #A808C7
RGB
CMYK
RGB Variations
Color information
#A808C7 (or 0xA808C7) is known color: Dark Violet. HEX triplet: A8, 08 and C7. RGB value is (168,8,199). Sum of RGB (Red+Green+Blue) = 168+8+199=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #A808C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808C7 is #57F738. Grayscale: #4D4D4D. Windows color (decimal): -5764921 or 13043880. OLE color: 13043880.
HSL color Cylindrical-coordinate representation of color #A808C7: hue angle of 290.26º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808C7 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 8 | 199 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.22 |
| HSL | 290.26º | 0.92% | 0.41% | - |
| HSV(B) | 290.26º | 0.96% | 0.78% | - |
| XYZ | 26.54 | 12.62 | 55.07 | - |
| YUV | 77.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 199 | 0.16 | 0.96 | 0 | 0.22 | 290.26 | 0.92 | 0.41 |
| Hex | A8 | 8 | C7 | 10 | 60 | 0 | 16 | 122 | 5C | 29 |
| Octal | 250 | 10 | 307 | 20 | 140 | 0 | 26 | 442 | 134 | 51 |
| Binary | 10101000 | 1000 | 11000111 | 10000 | 1100000 | 0 | 10110 | 100100010 | 1011100 | 101001 |
Color Harmonies of #A808C7
Complementary color
Monochromatic Colors of #A808C7
Black with #A808C7
Text Example
Text Example
White with #A808C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808C7; }
p { color: rgb(168,8,199); }
H1.HeaderClassName
{
color: #A808C7;
}
.AnyTagClassName
{
color: #A808C7;
}
</style>
background-color css
<style>
a { background-color: #A808C7; }
a { background-color: rgb(168,8,199); }
div.DivClassName
{
background-color: #A808C7;
}
.BgClassName
{
background-color: #A808C7;
}
</style>
border-color css
<style>
span { border-color: #A808C7; }
span { border-color: rgb(168,8,199); }
td.TdClassName
{
border-color: #A808C7;
}
.TagClassName
{
border-color: #A808C7;
}
</style>