Shades of Dark Violet #AF14DD
Tints of Dark Violet #AF14DD
RGB
CMYK
RGB Variations
Color information
#AF14DD (or 0xAF14DD) is known color: Dark Violet. HEX triplet: AF, 14 and DD. RGB value is (175,20,221). Sum of RGB (Red+Green+Blue) = 175+20+221=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14DD is #50EB22. Grayscale: #585858. Windows color (decimal): -5303075 or 14488751. OLE color: 14488751.
HSL color Cylindrical-coordinate representation of color #AF14DD: hue angle of 286.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF14DD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 20 | 221 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.13 |
| HSL | 286.27º | 0.83% | 0.47% | - |
| HSV(B) | 286.27º | 0.91% | 0.87% | - |
| XYZ | 30.98 | 14.83 | 69.64 | - |
| YUV | 89.26 | 202.35 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 221 | 0.21 | 0.91 | 0 | 0.13 | 286.27 | 0.83 | 0.47 |
| Hex | AF | 14 | DD | 15 | 5B | 0 | D | 11E | 53 | 2F |
| Octal | 257 | 24 | 335 | 25 | 133 | 0 | 15 | 436 | 123 | 57 |
| Binary | 10101111 | 10100 | 11011101 | 10101 | 1011011 | 0 | 1101 | 100011110 | 1010011 | 101111 |
Color Harmonies of #AF14DD
Complementary color
Monochromatic Colors of #AF14DD
Black with #AF14DD
Text Example
Text Example
White with #AF14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14DD; }
p { color: rgb(175,20,221); }
H1.HeaderClassName
{
color: #AF14DD;
}
.AnyTagClassName
{
color: #AF14DD;
}
</style>
background-color css
<style>
a { background-color: #AF14DD; }
a { background-color: rgb(175,20,221); }
div.DivClassName
{
background-color: #AF14DD;
}
.BgClassName
{
background-color: #AF14DD;
}
</style>
border-color css
<style>
span { border-color: #AF14DD; }
span { border-color: rgb(175,20,221); }
td.TdClassName
{
border-color: #AF14DD;
}
.TagClassName
{
border-color: #AF14DD;
}
</style>