Shades of Dark Violet #AB07C3
Tints of Dark Violet #AB07C3
RGB
CMYK
RGB Variations
Color information
#AB07C3 (or 0xAB07C3) is known color: Dark Violet. HEX triplet: AB, 07 and C3. RGB value is (171,7,195). Sum of RGB (Red+Green+Blue) = 171+7+195=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB07C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07C3 is #54F83C. Grayscale: #4C4C4C. Windows color (decimal): -5568573 or 12781483. OLE color: 12781483.
HSL color Cylindrical-coordinate representation of color #AB07C3: hue angle of 292.34º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07C3 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 7 | 195 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.24 |
| HSL | 292.34º | 0.93% | 0.4% | - |
| HSV(B) | 292.34º | 0.96% | 0.76% | - |
| XYZ | 26.72 | 12.75 | 52.68 | - |
| YUV | 77.47 | 194.33 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 195 | 0.12 | 0.96 | 0 | 0.24 | 292.34 | 0.93 | 0.4 |
| Hex | AB | 7 | C3 | C | 60 | 0 | 18 | 124 | 5D | 28 |
| Octal | 253 | 7 | 303 | 14 | 140 | 0 | 30 | 444 | 135 | 50 |
| Binary | 10101011 | 111 | 11000011 | 1100 | 1100000 | 0 | 11000 | 100100100 | 1011101 | 101000 |
Color Harmonies of #AB07C3
Complementary color
Monochromatic Colors of #AB07C3
Black with #AB07C3
Text Example
Text Example
White with #AB07C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07C3; }
p { color: rgb(171,7,195); }
H1.HeaderClassName
{
color: #AB07C3;
}
.AnyTagClassName
{
color: #AB07C3;
}
</style>
background-color css
<style>
a { background-color: #AB07C3; }
a { background-color: rgb(171,7,195); }
div.DivClassName
{
background-color: #AB07C3;
}
.BgClassName
{
background-color: #AB07C3;
}
</style>
border-color css
<style>
span { border-color: #AB07C3; }
span { border-color: rgb(171,7,195); }
td.TdClassName
{
border-color: #AB07C3;
}
.TagClassName
{
border-color: #AB07C3;
}
</style>