Shades of Dark Violet #AF0BDF
Tints of Dark Violet #AF0BDF
RGB
CMYK
RGB Variations
Color information
#AF0BDF (or 0xAF0BDF) is known color: Dark Violet. HEX triplet: AF, 0B and DF. RGB value is (175,11,223). Sum of RGB (Red+Green+Blue) = 175+11+223=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF0BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BDF is #50F420. Grayscale: #535353. Windows color (decimal): -5305377 or 14617519. OLE color: 14617519.
HSL color Cylindrical-coordinate representation of color #AF0BDF: hue angle of 286.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BDF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 11 | 223 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.13 |
| HSL | 286.42º | 0.91% | 0.46% | - |
| HSV(B) | 286.42º | 0.95% | 0.87% | - |
| XYZ | 31.12 | 14.68 | 71.01 | - |
| YUV | 84.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 223 | 0.22 | 0.95 | 0 | 0.13 | 286.42 | 0.91 | 0.46 |
| Hex | AF | B | DF | 16 | 5F | 0 | D | 11E | 5B | 2E |
| Octal | 257 | 13 | 337 | 26 | 137 | 0 | 15 | 436 | 133 | 56 |
| Binary | 10101111 | 1011 | 11011111 | 10110 | 1011111 | 0 | 1101 | 100011110 | 1011011 | 101110 |
Color Harmonies of #AF0BDF
Complementary color
Monochromatic Colors of #AF0BDF
Black with #AF0BDF
Text Example
Text Example
White with #AF0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BDF; }
p { color: rgb(175,11,223); }
H1.HeaderClassName
{
color: #AF0BDF;
}
.AnyTagClassName
{
color: #AF0BDF;
}
</style>
background-color css
<style>
a { background-color: #AF0BDF; }
a { background-color: rgb(175,11,223); }
div.DivClassName
{
background-color: #AF0BDF;
}
.BgClassName
{
background-color: #AF0BDF;
}
</style>
border-color css
<style>
span { border-color: #AF0BDF; }
span { border-color: rgb(175,11,223); }
td.TdClassName
{
border-color: #AF0BDF;
}
.TagClassName
{
border-color: #AF0BDF;
}
</style>