Shades of Dark Violet #A008C7
Tints of Dark Violet #A008C7
RGB
CMYK
RGB Variations
Color information
#A008C7 (or 0xA008C7) is known color: Dark Violet. HEX triplet: A0, 08 and C7. RGB value is (160,8,199). Sum of RGB (Red+Green+Blue) = 160+8+199=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 199 (78.12% from 255 or 54.22% from 367); Max value from RGB is 199 - color contains mainly: blue. Hex color #A008C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008C7 is #5FF738. Grayscale: #4A4A4A. Windows color (decimal): -6289209 or 13043872. OLE color: 13043872.
HSL color Cylindrical-coordinate representation of color #A008C7: hue angle of 287.75º 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 #A008C7 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 8 | 199 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.22 |
| HSL | 287.75º | 0.92% | 0.41% | - |
| HSV(B) | 287.75º | 0.96% | 0.78% | - |
| XYZ | 24.89 | 11.77 | 54.99 | - |
| YUV | 75.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 199 | 0.20 | 0.96 | 0 | 0.22 | 287.75 | 0.92 | 0.41 |
| Hex | A0 | 8 | C7 | 14 | 60 | 0 | 16 | 120 | 5C | 29 |
| Octal | 240 | 10 | 307 | 24 | 140 | 0 | 26 | 440 | 134 | 51 |
| Binary | 10100000 | 1000 | 11000111 | 10100 | 1100000 | 0 | 10110 | 100100000 | 1011100 | 101001 |
Color Harmonies of #A008C7
Complementary color
Monochromatic Colors of #A008C7
Black with #A008C7
Text Example
Text Example
White with #A008C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008C7; }
p { color: rgb(160,8,199); }
H1.HeaderClassName
{
color: #A008C7;
}
.AnyTagClassName
{
color: #A008C7;
}
</style>
background-color css
<style>
a { background-color: #A008C7; }
a { background-color: rgb(160,8,199); }
div.DivClassName
{
background-color: #A008C7;
}
.BgClassName
{
background-color: #A008C7;
}
</style>
border-color css
<style>
span { border-color: #A008C7; }
span { border-color: rgb(160,8,199); }
td.TdClassName
{
border-color: #A008C7;
}
.TagClassName
{
border-color: #A008C7;
}
</style>