Shades of Dark Violet #AF09CF
Tints of Dark Violet #AF09CF
RGB
CMYK
RGB Variations
Color information
#AF09CF (or 0xAF09CF) is known color: Dark Violet. HEX triplet: AF, 09 and CF. RGB value is (175,9,207). Sum of RGB (Red+Green+Blue) = 175+9+207=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF09CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09CF is #50F630. Grayscale: #505050. Windows color (decimal): -5305905 or 13568431. OLE color: 13568431.
HSL color Cylindrical-coordinate representation of color #AF09CF: hue angle of 290.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09CF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 9 | 207 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.19 |
| HSL | 290.3º | 0.92% | 0.42% | - |
| HSV(B) | 290.3º | 0.96% | 0.81% | - |
| XYZ | 29.04 | 13.81 | 60.17 | - |
| YUV | 81.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 207 | 0.15 | 0.96 | 0 | 0.19 | 290.3 | 0.92 | 0.42 |
| Hex | AF | 9 | CF | F | 60 | 0 | 13 | 122 | 5C | 2A |
| Octal | 257 | 11 | 317 | 17 | 140 | 0 | 23 | 442 | 134 | 52 |
| Binary | 10101111 | 1001 | 11001111 | 1111 | 1100000 | 0 | 10011 | 100100010 | 1011100 | 101010 |
Color Harmonies of #AF09CF
Complementary color
Monochromatic Colors of #AF09CF
Black with #AF09CF
Text Example
Text Example
White with #AF09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09CF; }
p { color: rgb(175,9,207); }
H1.HeaderClassName
{
color: #AF09CF;
}
.AnyTagClassName
{
color: #AF09CF;
}
</style>
background-color css
<style>
a { background-color: #AF09CF; }
a { background-color: rgb(175,9,207); }
div.DivClassName
{
background-color: #AF09CF;
}
.BgClassName
{
background-color: #AF09CF;
}
</style>
border-color css
<style>
span { border-color: #AF09CF; }
span { border-color: rgb(175,9,207); }
td.TdClassName
{
border-color: #AF09CF;
}
.TagClassName
{
border-color: #AF09CF;
}
</style>