Shades of Dark Violet #AF00D3
Tints of Dark Violet #AF00D3
RGB
CMYK
RGB Variations
Color information
#AF00D3 (or 0xAF00D3) is known color: Dark Violet. HEX triplet: AF, 00 and D3. RGB value is (175,0,211). Sum of RGB (Red+Green+Blue) = 175+0+211=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF00D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00D3 is #50FF2C. Grayscale: #4B4B4B. Windows color (decimal): -5308205 or 13828271. OLE color: 13828271.
HSL color Cylindrical-coordinate representation of color #AF00D3: hue angle of 289.76º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00D3 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 0 | 211 | - |
| CMYK | 0.17 | 1 | 0 | 0.17 |
| HSL | 289.76º | 1% | 0.41% | - |
| HSV(B) | 289.76º | 1% | 0.83% | - |
| XYZ | 29.44 | 13.82 | 62.74 | - |
| YUV | 76.38 | 203.98 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 211 | 0.17 | 1 | 0 | 0.17 | 289.76 | 1 | 0.41 |
| Hex | AF | 0 | D3 | 11 | 64 | 0 | 11 | 122 | 64 | 29 |
| Octal | 257 | 0 | 323 | 21 | 144 | 0 | 21 | 442 | 144 | 51 |
| Binary | 10101111 | 0 | 11010011 | 10001 | 1100100 | 0 | 10001 | 100100010 | 1100100 | 101001 |
Color Harmonies of #AF00D3
Complementary color
Monochromatic Colors of #AF00D3
Black with #AF00D3
Text Example
Text Example
White with #AF00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00D3; }
p { color: rgb(175,0,211); }
H1.HeaderClassName
{
color: #AF00D3;
}
.AnyTagClassName
{
color: #AF00D3;
}
</style>
background-color css
<style>
a { background-color: #AF00D3; }
a { background-color: rgb(175,0,211); }
div.DivClassName
{
background-color: #AF00D3;
}
.BgClassName
{
background-color: #AF00D3;
}
</style>
border-color css
<style>
span { border-color: #AF00D3; }
span { border-color: rgb(175,0,211); }
td.TdClassName
{
border-color: #AF00D3;
}
.TagClassName
{
border-color: #AF00D3;
}
</style>