Shades of Dark Violet #AF0FD0
Tints of Dark Violet #AF0FD0
RGB
CMYK
RGB Variations
Color information
#AF0FD0 (or 0xAF0FD0) is known color: Dark Violet. HEX triplet: AF, 0F and D0. RGB value is (175,15,208). Sum of RGB (Red+Green+Blue) = 175+15+208=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF0FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FD0 is #50F02F. Grayscale: #545454. Windows color (decimal): -5304368 or 13635503. OLE color: 13635503.
HSL color Cylindrical-coordinate representation of color #AF0FD0: hue angle of 289.74º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FD0 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 15 | 208 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.18 |
| HSL | 289.74º | 0.87% | 0.44% | - |
| HSV(B) | 289.74º | 0.93% | 0.82% | - |
| XYZ | 29.24 | 14.01 | 60.84 | - |
| YUV | 84.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 208 | 0.16 | 0.93 | 0 | 0.18 | 289.74 | 0.87 | 0.44 |
| Hex | AF | F | D0 | 10 | 5D | 0 | 12 | 122 | 57 | 2C |
| Octal | 257 | 17 | 320 | 20 | 135 | 0 | 22 | 442 | 127 | 54 |
| Binary | 10101111 | 1111 | 11010000 | 10000 | 1011101 | 0 | 10010 | 100100010 | 1010111 | 101100 |
Color Harmonies of #AF0FD0
Complementary color
Monochromatic Colors of #AF0FD0
Black with #AF0FD0
Text Example
Text Example
White with #AF0FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FD0; }
p { color: rgb(175,15,208); }
H1.HeaderClassName
{
color: #AF0FD0;
}
.AnyTagClassName
{
color: #AF0FD0;
}
</style>
background-color css
<style>
a { background-color: #AF0FD0; }
a { background-color: rgb(175,15,208); }
div.DivClassName
{
background-color: #AF0FD0;
}
.BgClassName
{
background-color: #AF0FD0;
}
</style>
border-color css
<style>
span { border-color: #AF0FD0; }
span { border-color: rgb(175,15,208); }
td.TdClassName
{
border-color: #AF0FD0;
}
.TagClassName
{
border-color: #AF0FD0;
}
</style>