Shades of Dark Violet #A700C2
Tints of Dark Violet #A700C2
RGB
CMYK
RGB Variations
Color information
#A700C2 (or 0xA700C2) is known color: Dark Violet. HEX triplet: A7, 00 and C2. RGB value is (167,0,194). Sum of RGB (Red+Green+Blue) = 167+0+194=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #A700C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700C2 is #58FF3D. Grayscale: #474747. Windows color (decimal): -5832510 or 12714151. OLE color: 12714151.
HSL color Cylindrical-coordinate representation of color #A700C2: hue angle of 291.65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700C2 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 0 | 194 | - |
| CMYK | 0.14 | 1 | 0 | 0.24 |
| HSL | 291.65º | 1% | 0.38% | - |
| HSV(B) | 291.65º | 1% | 0.76% | - |
| XYZ | 25.67 | 12.11 | 52.02 | - |
| YUV | 72.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 194 | 0.14 | 1 | 0 | 0.24 | 291.65 | 1 | 0.38 |
| Hex | A7 | 0 | C2 | E | 64 | 0 | 18 | 124 | 64 | 26 |
| Octal | 247 | 0 | 302 | 16 | 144 | 0 | 30 | 444 | 144 | 46 |
| Binary | 10100111 | 0 | 11000010 | 1110 | 1100100 | 0 | 11000 | 100100100 | 1100100 | 100110 |
Color Harmonies of #A700C2
Complementary color
Monochromatic Colors of #A700C2
Black with #A700C2
Text Example
Text Example
White with #A700C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700C2; }
p { color: rgb(167,0,194); }
H1.HeaderClassName
{
color: #A700C2;
}
.AnyTagClassName
{
color: #A700C2;
}
</style>
background-color css
<style>
a { background-color: #A700C2; }
a { background-color: rgb(167,0,194); }
div.DivClassName
{
background-color: #A700C2;
}
.BgClassName
{
background-color: #A700C2;
}
</style>
border-color css
<style>
span { border-color: #A700C2; }
span { border-color: rgb(167,0,194); }
td.TdClassName
{
border-color: #A700C2;
}
.TagClassName
{
border-color: #A700C2;
}
</style>