Shades of Dark Violet #A700C3
Tints of Dark Violet #A700C3
RGB
CMYK
RGB Variations
Color information
#A700C3 (or 0xA700C3) is known color: Dark Violet. HEX triplet: A7, 00 and C3. RGB value is (167,0,195). Sum of RGB (Red+Green+Blue) = 167+0+195=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #A700C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700C3 is #58FF3C. Grayscale: #474747. Windows color (decimal): -5832509 or 12779687. OLE color: 12779687.
HSL color Cylindrical-coordinate representation of color #A700C3: hue angle of 291.38º 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 #A700C3 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 0 | 195 | - |
| CMYK | 0.14 | 1 | 0 | 0.24 |
| HSL | 291.38º | 1% | 0.38% | - |
| HSV(B) | 291.38º | 1% | 0.76% | - |
| XYZ | 25.79 | 12.16 | 52.62 | - |
| YUV | 72.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 195 | 0.14 | 1 | 0 | 0.24 | 291.38 | 1 | 0.38 |
| Hex | A7 | 0 | C3 | E | 64 | 0 | 18 | 123 | 64 | 26 |
| Octal | 247 | 0 | 303 | 16 | 144 | 0 | 30 | 443 | 144 | 46 |
| Binary | 10100111 | 0 | 11000011 | 1110 | 1100100 | 0 | 11000 | 100100011 | 1100100 | 100110 |
Color Harmonies of #A700C3
Complementary color
Monochromatic Colors of #A700C3
Black with #A700C3
Text Example
Text Example
White with #A700C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700C3; }
p { color: rgb(167,0,195); }
H1.HeaderClassName
{
color: #A700C3;
}
.AnyTagClassName
{
color: #A700C3;
}
</style>
background-color css
<style>
a { background-color: #A700C3; }
a { background-color: rgb(167,0,195); }
div.DivClassName
{
background-color: #A700C3;
}
.BgClassName
{
background-color: #A700C3;
}
</style>
border-color css
<style>
span { border-color: #A700C3; }
span { border-color: rgb(167,0,195); }
td.TdClassName
{
border-color: #A700C3;
}
.TagClassName
{
border-color: #A700C3;
}
</style>