Shades of Dark Violet #A712B2
Tints of Dark Violet #A712B2
RGB
CMYK
RGB Variations
Color information
#A712B2 (or 0xA712B2) is known color: Dark Violet. HEX triplet: A7, 12 and B2. RGB value is (167,18,178). Sum of RGB (Red+Green+Blue) = 167+18+178=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #A712B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712B2 is #58ED4D. Grayscale: #505050. Windows color (decimal): -5827918 or 11670183. OLE color: 11670183.
HSL color Cylindrical-coordinate representation of color #A712B2: hue angle of 295.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A712B2 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 18 | 178 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.30 |
| HSL | 295.88º | 0.82% | 0.38% | - |
| HSV(B) | 295.88º | 0.9% | 0.7% | - |
| XYZ | 24.19 | 11.86 | 43.13 | - |
| YUV | 80.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 178 | 0.06 | 0.90 | 0 | 0.30 | 295.88 | 0.82 | 0.38 |
| Hex | A7 | 12 | B2 | 6 | 5A | 0 | 1E | 128 | 52 | 26 |
| Octal | 247 | 22 | 262 | 6 | 132 | 0 | 36 | 450 | 122 | 46 |
| Binary | 10100111 | 10010 | 10110010 | 110 | 1011010 | 0 | 11110 | 100101000 | 1010010 | 100110 |
Color Harmonies of #A712B2
Complementary color
Monochromatic Colors of #A712B2
Black with #A712B2
Text Example
Text Example
White with #A712B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A712B2; }
p { color: rgb(167,18,178); }
H1.HeaderClassName
{
color: #A712B2;
}
.AnyTagClassName
{
color: #A712B2;
}
</style>
background-color css
<style>
a { background-color: #A712B2; }
a { background-color: rgb(167,18,178); }
div.DivClassName
{
background-color: #A712B2;
}
.BgClassName
{
background-color: #A712B2;
}
</style>
border-color css
<style>
span { border-color: #A712B2; }
span { border-color: rgb(167,18,178); }
td.TdClassName
{
border-color: #A712B2;
}
.TagClassName
{
border-color: #A712B2;
}
</style>