Shades of Dark Violet #AF18D7
Tints of Dark Violet #AF18D7
RGB
CMYK
RGB Variations
Color information
#AF18D7 (or 0xAF18D7) is known color: Dark Violet. HEX triplet: AF, 18 and D7. RGB value is (175,24,215). Sum of RGB (Red+Green+Blue) = 175+24+215=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF18D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18D7 is #50E728. Grayscale: #5A5A5A. Windows color (decimal): -5302057 or 14096559. OLE color: 14096559.
HSL color Cylindrical-coordinate representation of color #AF18D7: hue angle of 287.43º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF18D7 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 24 | 215 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.16 |
| HSL | 287.43º | 0.8% | 0.47% | - |
| HSV(B) | 287.43º | 0.89% | 0.84% | - |
| XYZ | 30.27 | 14.67 | 65.53 | - |
| YUV | 90.92 | 198.03 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 215 | 0.19 | 0.89 | 0 | 0.16 | 287.43 | 0.8 | 0.47 |
| Hex | AF | 18 | D7 | 13 | 59 | 0 | 10 | 11F | 50 | 2F |
| Octal | 257 | 30 | 327 | 23 | 131 | 0 | 20 | 437 | 120 | 57 |
| Binary | 10101111 | 11000 | 11010111 | 10011 | 1011001 | 0 | 10000 | 100011111 | 1010000 | 101111 |
Color Harmonies of #AF18D7
Complementary color
Monochromatic Colors of #AF18D7
Black with #AF18D7
Text Example
Text Example
White with #AF18D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18D7; }
p { color: rgb(175,24,215); }
H1.HeaderClassName
{
color: #AF18D7;
}
.AnyTagClassName
{
color: #AF18D7;
}
</style>
background-color css
<style>
a { background-color: #AF18D7; }
a { background-color: rgb(175,24,215); }
div.DivClassName
{
background-color: #AF18D7;
}
.BgClassName
{
background-color: #AF18D7;
}
</style>
border-color css
<style>
span { border-color: #AF18D7; }
span { border-color: rgb(175,24,215); }
td.TdClassName
{
border-color: #AF18D7;
}
.TagClassName
{
border-color: #AF18D7;
}
</style>