Shades of Dark Violet #AF07D7
Tints of Dark Violet #AF07D7
RGB
CMYK
RGB Variations
Color information
#AF07D7 (or 0xAF07D7) is known color: Dark Violet. HEX triplet: AF, 07 and D7. RGB value is (175,7,215). Sum of RGB (Red+Green+Blue) = 175+7+215=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF07D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07D7 is #50F828. Grayscale: #505050. Windows color (decimal): -5306409 or 14092207. OLE color: 14092207.
HSL color Cylindrical-coordinate representation of color #AF07D7: hue angle of 288.46º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07D7 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 7 | 215 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.16 |
| HSL | 288.46º | 0.94% | 0.44% | - |
| HSV(B) | 288.46º | 0.97% | 0.84% | - |
| XYZ | 30.02 | 14.17 | 65.44 | - |
| YUV | 80.94 | 203.66 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 215 | 0.19 | 0.97 | 0 | 0.16 | 288.46 | 0.94 | 0.44 |
| Hex | AF | 7 | D7 | 13 | 61 | 0 | 10 | 120 | 5E | 2C |
| Octal | 257 | 7 | 327 | 23 | 141 | 0 | 20 | 440 | 136 | 54 |
| Binary | 10101111 | 111 | 11010111 | 10011 | 1100001 | 0 | 10000 | 100100000 | 1011110 | 101100 |
Color Harmonies of #AF07D7
Complementary color
Monochromatic Colors of #AF07D7
Black with #AF07D7
Text Example
Text Example
White with #AF07D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07D7; }
p { color: rgb(175,7,215); }
H1.HeaderClassName
{
color: #AF07D7;
}
.AnyTagClassName
{
color: #AF07D7;
}
</style>
background-color css
<style>
a { background-color: #AF07D7; }
a { background-color: rgb(175,7,215); }
div.DivClassName
{
background-color: #AF07D7;
}
.BgClassName
{
background-color: #AF07D7;
}
</style>
border-color css
<style>
span { border-color: #AF07D7; }
span { border-color: rgb(175,7,215); }
td.TdClassName
{
border-color: #AF07D7;
}
.TagClassName
{
border-color: #AF07D7;
}
</style>