Shades of Dark Violet #AF10DA
Tints of Dark Violet #AF10DA
RGB
CMYK
RGB Variations
Color information
#AF10DA (or 0xAF10DA) is known color: Dark Violet. HEX triplet: AF, 10 and DA. RGB value is (175,16,218). Sum of RGB (Red+Green+Blue) = 175+16+218=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF10DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10DA is #50EF25. Grayscale: #555555. Windows color (decimal): -5304102 or 14291119. OLE color: 14291119.
HSL color Cylindrical-coordinate representation of color #AF10DA: hue angle of 287.23º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF10DA is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 16 | 218 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.15 |
| HSL | 287.23º | 0.86% | 0.46% | - |
| HSV(B) | 287.23º | 0.93% | 0.85% | - |
| XYZ | 30.52 | 14.55 | 67.53 | - |
| YUV | 86.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 218 | 0.20 | 0.93 | 0 | 0.15 | 287.23 | 0.86 | 0.46 |
| Hex | AF | 10 | DA | 14 | 5D | 0 | F | 11F | 56 | 2E |
| Octal | 257 | 20 | 332 | 24 | 135 | 0 | 17 | 437 | 126 | 56 |
| Binary | 10101111 | 10000 | 11011010 | 10100 | 1011101 | 0 | 1111 | 100011111 | 1010110 | 101110 |
Color Harmonies of #AF10DA
Complementary color
Monochromatic Colors of #AF10DA
Black with #AF10DA
Text Example
Text Example
White with #AF10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10DA; }
p { color: rgb(175,16,218); }
H1.HeaderClassName
{
color: #AF10DA;
}
.AnyTagClassName
{
color: #AF10DA;
}
</style>
background-color css
<style>
a { background-color: #AF10DA; }
a { background-color: rgb(175,16,218); }
div.DivClassName
{
background-color: #AF10DA;
}
.BgClassName
{
background-color: #AF10DA;
}
</style>
border-color css
<style>
span { border-color: #AF10DA; }
span { border-color: rgb(175,16,218); }
td.TdClassName
{
border-color: #AF10DA;
}
.TagClassName
{
border-color: #AF10DA;
}
</style>