Shades of Dark Violet #AF05CF
Tints of Dark Violet #AF05CF
RGB
CMYK
RGB Variations
Color information
#AF05CF (or 0xAF05CF) is known color: Dark Violet. HEX triplet: AF, 05 and CF. RGB value is (175,5,207). Sum of RGB (Red+Green+Blue) = 175+5+207=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05CF is #50FA30. Grayscale: #4E4E4E. Windows color (decimal): -5306929 or 13567407. OLE color: 13567407.
HSL color Cylindrical-coordinate representation of color #AF05CF: hue angle of 290.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05CF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 5 | 207 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.19 |
| HSL | 290.5º | 0.95% | 0.42% | - |
| HSV(B) | 290.5º | 0.98% | 0.81% | - |
| XYZ | 29 | 13.73 | 60.15 | - |
| YUV | 78.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 207 | 0.15 | 0.98 | 0 | 0.19 | 290.5 | 0.95 | 0.42 |
| Hex | AF | 5 | CF | F | 62 | 0 | 13 | 122 | 5F | 2A |
| Octal | 257 | 5 | 317 | 17 | 142 | 0 | 23 | 442 | 137 | 52 |
| Binary | 10101111 | 101 | 11001111 | 1111 | 1100010 | 0 | 10011 | 100100010 | 1011111 | 101010 |
Color Harmonies of #AF05CF
Complementary color
Monochromatic Colors of #AF05CF
Black with #AF05CF
Text Example
Text Example
White with #AF05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05CF; }
p { color: rgb(175,5,207); }
H1.HeaderClassName
{
color: #AF05CF;
}
.AnyTagClassName
{
color: #AF05CF;
}
</style>
background-color css
<style>
a { background-color: #AF05CF; }
a { background-color: rgb(175,5,207); }
div.DivClassName
{
background-color: #AF05CF;
}
.BgClassName
{
background-color: #AF05CF;
}
</style>
border-color css
<style>
span { border-color: #AF05CF; }
span { border-color: rgb(175,5,207); }
td.TdClassName
{
border-color: #AF05CF;
}
.TagClassName
{
border-color: #AF05CF;
}
</style>