Shades of Dark Violet #AF18DD
Tints of Dark Violet #AF18DD
RGB
CMYK
RGB Variations
Color information
#AF18DD (or 0xAF18DD) is known color: Dark Violet. HEX triplet: AF, 18 and DD. RGB value is (175,24,221). Sum of RGB (Red+Green+Blue) = 175+24+221=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF18DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18DD is #50E722. Grayscale: #5A5A5A. Windows color (decimal): -5302051 or 14489775. OLE color: 14489775.
HSL color Cylindrical-coordinate representation of color #AF18DD: hue angle of 285.99º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF18DD is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 24 | 221 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.13 |
| HSL | 285.99º | 0.8% | 0.48% | - |
| HSV(B) | 285.99º | 0.89% | 0.87% | - |
| XYZ | 31.06 | 14.99 | 69.66 | - |
| YUV | 91.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 221 | 0.21 | 0.89 | 0 | 0.13 | 285.99 | 0.8 | 0.48 |
| Hex | AF | 18 | DD | 15 | 59 | 0 | D | 11E | 50 | 30 |
| Octal | 257 | 30 | 335 | 25 | 131 | 0 | 15 | 436 | 120 | 60 |
| Binary | 10101111 | 11000 | 11011101 | 10101 | 1011001 | 0 | 1101 | 100011110 | 1010000 | 110000 |
Color Harmonies of #AF18DD
Complementary color
Monochromatic Colors of #AF18DD
Black with #AF18DD
Text Example
Text Example
White with #AF18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18DD; }
p { color: rgb(175,24,221); }
H1.HeaderClassName
{
color: #AF18DD;
}
.AnyTagClassName
{
color: #AF18DD;
}
</style>
background-color css
<style>
a { background-color: #AF18DD; }
a { background-color: rgb(175,24,221); }
div.DivClassName
{
background-color: #AF18DD;
}
.BgClassName
{
background-color: #AF18DD;
}
</style>
border-color css
<style>
span { border-color: #AF18DD; }
span { border-color: rgb(175,24,221); }
td.TdClassName
{
border-color: #AF18DD;
}
.TagClassName
{
border-color: #AF18DD;
}
</style>