Shades of Dark Violet #AF07CC
Tints of Dark Violet #AF07CC
RGB
CMYK
RGB Variations
Color information
#AF07CC (or 0xAF07CC) is known color: Dark Violet. HEX triplet: AF, 07 and CC. RGB value is (175,7,204). Sum of RGB (Red+Green+Blue) = 175+7+204=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07CC is #50F833. Grayscale: #4F4F4F. Windows color (decimal): -5306420 or 13371311. OLE color: 13371311.
HSL color Cylindrical-coordinate representation of color #AF07CC: hue angle of 291.17º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07CC is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 7 | 204 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.2 |
| HSL | 291.17º | 0.93% | 0.41% | - |
| HSV(B) | 291.17º | 0.97% | 0.8% | - |
| XYZ | 28.65 | 13.63 | 58.25 | - |
| YUV | 79.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 204 | 0.14 | 0.97 | 0 | 0.2 | 291.17 | 0.93 | 0.41 |
| Hex | AF | 7 | CC | E | 61 | 0 | 14 | 123 | 5D | 29 |
| Octal | 257 | 7 | 314 | 16 | 141 | 0 | 24 | 443 | 135 | 51 |
| Binary | 10101111 | 111 | 11001100 | 1110 | 1100001 | 0 | 10100 | 100100011 | 1011101 | 101001 |
Color Harmonies of #AF07CC
Complementary color
Monochromatic Colors of #AF07CC
Black with #AF07CC
Text Example
Text Example
White with #AF07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07CC; }
p { color: rgb(175,7,204); }
H1.HeaderClassName
{
color: #AF07CC;
}
.AnyTagClassName
{
color: #AF07CC;
}
</style>
background-color css
<style>
a { background-color: #AF07CC; }
a { background-color: rgb(175,7,204); }
div.DivClassName
{
background-color: #AF07CC;
}
.BgClassName
{
background-color: #AF07CC;
}
</style>
border-color css
<style>
span { border-color: #AF07CC; }
span { border-color: rgb(175,7,204); }
td.TdClassName
{
border-color: #AF07CC;
}
.TagClassName
{
border-color: #AF07CC;
}
</style>