Shades of Dark Violet #AF09DF
Tints of Dark Violet #AF09DF
RGB
CMYK
RGB Variations
Color information
#AF09DF (or 0xAF09DF) is known color: Dark Violet. HEX triplet: AF, 09 and DF. RGB value is (175,9,223). Sum of RGB (Red+Green+Blue) = 175+9+223=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF09DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09DF is #50F620. Grayscale: #525252. Windows color (decimal): -5305889 or 14617007. OLE color: 14617007.
HSL color Cylindrical-coordinate representation of color #AF09DF: hue angle of 286.54º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09DF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 9 | 223 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.13 |
| HSL | 286.54º | 0.92% | 0.45% | - |
| HSV(B) | 286.54º | 0.96% | 0.87% | - |
| XYZ | 31.1 | 14.64 | 71 | - |
| YUV | 83.03 | 207 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 223 | 0.22 | 0.96 | 0 | 0.13 | 286.54 | 0.92 | 0.45 |
| Hex | AF | 9 | DF | 16 | 60 | 0 | D | 11F | 5C | 2D |
| Octal | 257 | 11 | 337 | 26 | 140 | 0 | 15 | 437 | 134 | 55 |
| Binary | 10101111 | 1001 | 11011111 | 10110 | 1100000 | 0 | 1101 | 100011111 | 1011100 | 101101 |
Color Harmonies of #AF09DF
Complementary color
Monochromatic Colors of #AF09DF
Black with #AF09DF
Text Example
Text Example
White with #AF09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09DF; }
p { color: rgb(175,9,223); }
H1.HeaderClassName
{
color: #AF09DF;
}
.AnyTagClassName
{
color: #AF09DF;
}
</style>
background-color css
<style>
a { background-color: #AF09DF; }
a { background-color: rgb(175,9,223); }
div.DivClassName
{
background-color: #AF09DF;
}
.BgClassName
{
background-color: #AF09DF;
}
</style>
border-color css
<style>
span { border-color: #AF09DF; }
span { border-color: rgb(175,9,223); }
td.TdClassName
{
border-color: #AF09DF;
}
.TagClassName
{
border-color: #AF09DF;
}
</style>