Shades of Dark Violet #AB07E7
Tints of Dark Violet #AB07E7
RGB
CMYK
RGB Variations
Color information
#AB07E7 (or 0xAB07E7) is known color: Dark Violet. HEX triplet: AB, 07 and E7. RGB value is (171,7,231). Sum of RGB (Red+Green+Blue) = 171+7+231=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB07E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB07E7 is #54F818. Grayscale: #505050. Windows color (decimal): -5568537 or 15140779. OLE color: 15140779.
HSL color Cylindrical-coordinate representation of color #AB07E7: hue angle of 283.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07E7 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 7 | 231 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.09 |
| HSL | 283.93º | 0.94% | 0.47% | - |
| HSV(B) | 283.93º | 0.97% | 0.91% | - |
| XYZ | 31.29 | 14.58 | 76.77 | - |
| YUV | 81.57 | 212.33 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 231 | 0.26 | 0.97 | 0 | 0.09 | 283.93 | 0.94 | 0.47 |
| Hex | AB | 7 | E7 | 1A | 61 | 0 | 9 | 11C | 5E | 2F |
| Octal | 253 | 7 | 347 | 32 | 141 | 0 | 11 | 434 | 136 | 57 |
| Binary | 10101011 | 111 | 11100111 | 11010 | 1100001 | 0 | 1001 | 100011100 | 1011110 | 101111 |
Color Harmonies of #AB07E7
Complementary color
Monochromatic Colors of #AB07E7
Black with #AB07E7
Text Example
Text Example
White with #AB07E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07E7; }
p { color: rgb(171,7,231); }
H1.HeaderClassName
{
color: #AB07E7;
}
.AnyTagClassName
{
color: #AB07E7;
}
</style>
background-color css
<style>
a { background-color: #AB07E7; }
a { background-color: rgb(171,7,231); }
div.DivClassName
{
background-color: #AB07E7;
}
.BgClassName
{
background-color: #AB07E7;
}
</style>
border-color css
<style>
span { border-color: #AB07E7; }
span { border-color: rgb(171,7,231); }
td.TdClassName
{
border-color: #AB07E7;
}
.TagClassName
{
border-color: #AB07E7;
}
</style>