Shades of Dark Violet #AF00D6
Tints of Dark Violet #AF00D6
RGB
CMYK
RGB Variations
Color information
#AF00D6 (or 0xAF00D6) is known color: Dark Violet. HEX triplet: AF, 00 and D6. RGB value is (175,0,214). Sum of RGB (Red+Green+Blue) = 175+0+214=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF00D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00D6 is #50FF29. Grayscale: #4C4C4C. Windows color (decimal): -5308202 or 14024879. OLE color: 14024879.
HSL color Cylindrical-coordinate representation of color #AF00D6: hue angle of 289.07º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00D6 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 0 | 214 | - |
| CMYK | 0.18 | 1 | 0 | 0.16 |
| HSL | 289.07º | 1% | 0.42% | - |
| HSV(B) | 289.07º | 1% | 0.84% | - |
| XYZ | 29.82 | 13.97 | 64.74 | - |
| YUV | 76.72 | 205.48 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 214 | 0.18 | 1 | 0 | 0.16 | 289.07 | 1 | 0.42 |
| Hex | AF | 0 | D6 | 12 | 64 | 0 | 10 | 121 | 64 | 2A |
| Octal | 257 | 0 | 326 | 22 | 144 | 0 | 20 | 441 | 144 | 52 |
| Binary | 10101111 | 0 | 11010110 | 10010 | 1100100 | 0 | 10000 | 100100001 | 1100100 | 101010 |
Color Harmonies of #AF00D6
Complementary color
Monochromatic Colors of #AF00D6
Black with #AF00D6
Text Example
Text Example
White with #AF00D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00D6; }
p { color: rgb(175,0,214); }
H1.HeaderClassName
{
color: #AF00D6;
}
.AnyTagClassName
{
color: #AF00D6;
}
</style>
background-color css
<style>
a { background-color: #AF00D6; }
a { background-color: rgb(175,0,214); }
div.DivClassName
{
background-color: #AF00D6;
}
.BgClassName
{
background-color: #AF00D6;
}
</style>
border-color css
<style>
span { border-color: #AF00D6; }
span { border-color: rgb(175,0,214); }
td.TdClassName
{
border-color: #AF00D6;
}
.TagClassName
{
border-color: #AF00D6;
}
</style>