Shades of Dark Violet #AF10D0
Tints of Dark Violet #AF10D0
RGB
CMYK
RGB Variations
Color information
#AF10D0 (or 0xAF10D0) is known color: Dark Violet. HEX triplet: AF, 10 and D0. RGB value is (175,16,208). Sum of RGB (Red+Green+Blue) = 175+16+208=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF10D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10D0 is #50EF2F. Grayscale: #545454. Windows color (decimal): -5304112 or 13635759. OLE color: 13635759.
HSL color Cylindrical-coordinate representation of color #AF10D0: hue angle of 289.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF10D0 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 16 | 208 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.18 |
| HSL | 289.69º | 0.86% | 0.44% | - |
| HSV(B) | 289.69º | 0.92% | 0.82% | - |
| XYZ | 29.25 | 14.04 | 60.84 | - |
| YUV | 85.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 208 | 0.16 | 0.92 | 0 | 0.18 | 289.69 | 0.86 | 0.44 |
| Hex | AF | 10 | D0 | 10 | 5C | 0 | 12 | 122 | 56 | 2C |
| Octal | 257 | 20 | 320 | 20 | 134 | 0 | 22 | 442 | 126 | 54 |
| Binary | 10101111 | 10000 | 11010000 | 10000 | 1011100 | 0 | 10010 | 100100010 | 1010110 | 101100 |
Color Harmonies of #AF10D0
Complementary color
Monochromatic Colors of #AF10D0
Black with #AF10D0
Text Example
Text Example
White with #AF10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10D0; }
p { color: rgb(175,16,208); }
H1.HeaderClassName
{
color: #AF10D0;
}
.AnyTagClassName
{
color: #AF10D0;
}
</style>
background-color css
<style>
a { background-color: #AF10D0; }
a { background-color: rgb(175,16,208); }
div.DivClassName
{
background-color: #AF10D0;
}
.BgClassName
{
background-color: #AF10D0;
}
</style>
border-color css
<style>
span { border-color: #AF10D0; }
span { border-color: rgb(175,16,208); }
td.TdClassName
{
border-color: #AF10D0;
}
.TagClassName
{
border-color: #AF10D0;
}
</style>