Shades of Dark Violet #A005C7
Tints of Dark Violet #A005C7
RGB
CMYK
RGB Variations
Color information
#A005C7 (or 0xA005C7) is known color: Dark Violet. HEX triplet: A0, 05 and C7. RGB value is (160,5,199). Sum of RGB (Red+Green+Blue) = 160+5+199=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #A005C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005C7 is #5FFA38. Grayscale: #484848. Windows color (decimal): -6289977 or 13043104. OLE color: 13043104.
HSL color Cylindrical-coordinate representation of color #A005C7: hue angle of 287.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005C7 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 5 | 199 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.22 |
| HSL | 287.94º | 0.95% | 0.4% | - |
| HSV(B) | 287.94º | 0.97% | 0.78% | - |
| XYZ | 24.86 | 11.71 | 54.98 | - |
| YUV | 73.46 | 198.85 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 199 | 0.20 | 0.97 | 0 | 0.22 | 287.94 | 0.95 | 0.4 |
| Hex | A0 | 5 | C7 | 14 | 61 | 0 | 16 | 120 | 5F | 28 |
| Octal | 240 | 5 | 307 | 24 | 141 | 0 | 26 | 440 | 137 | 50 |
| Binary | 10100000 | 101 | 11000111 | 10100 | 1100001 | 0 | 10110 | 100100000 | 1011111 | 101000 |
Color Harmonies of #A005C7
Complementary color
Monochromatic Colors of #A005C7
Black with #A005C7
Text Example
Text Example
White with #A005C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005C7; }
p { color: rgb(160,5,199); }
H1.HeaderClassName
{
color: #A005C7;
}
.AnyTagClassName
{
color: #A005C7;
}
</style>
background-color css
<style>
a { background-color: #A005C7; }
a { background-color: rgb(160,5,199); }
div.DivClassName
{
background-color: #A005C7;
}
.BgClassName
{
background-color: #A005C7;
}
</style>
border-color css
<style>
span { border-color: #A005C7; }
span { border-color: rgb(160,5,199); }
td.TdClassName
{
border-color: #A005C7;
}
.TagClassName
{
border-color: #A005C7;
}
</style>