Shades of Dark Violet #AF06D3
Tints of Dark Violet #AF06D3
RGB
CMYK
RGB Variations
Color information
#AF06D3 (or 0xAF06D3) is known color: Dark Violet. HEX triplet: AF, 06 and D3. RGB value is (175,6,211). Sum of RGB (Red+Green+Blue) = 175+6+211=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF06D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06D3 is #50F92C. Grayscale: #4F4F4F. Windows color (decimal): -5306669 or 13829807. OLE color: 13829807.
HSL color Cylindrical-coordinate representation of color #AF06D3: hue angle of 289.46º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06D3 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 6 | 211 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.17 |
| HSL | 289.46º | 0.94% | 0.43% | - |
| HSV(B) | 289.46º | 0.97% | 0.83% | - |
| XYZ | 29.5 | 13.95 | 62.77 | - |
| YUV | 79.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 211 | 0.17 | 0.97 | 0 | 0.17 | 289.46 | 0.94 | 0.43 |
| Hex | AF | 6 | D3 | 11 | 61 | 0 | 11 | 121 | 5E | 2B |
| Octal | 257 | 6 | 323 | 21 | 141 | 0 | 21 | 441 | 136 | 53 |
| Binary | 10101111 | 110 | 11010011 | 10001 | 1100001 | 0 | 10001 | 100100001 | 1011110 | 101011 |
Color Harmonies of #AF06D3
Complementary color
Monochromatic Colors of #AF06D3
Black with #AF06D3
Text Example
Text Example
White with #AF06D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06D3; }
p { color: rgb(175,6,211); }
H1.HeaderClassName
{
color: #AF06D3;
}
.AnyTagClassName
{
color: #AF06D3;
}
</style>
background-color css
<style>
a { background-color: #AF06D3; }
a { background-color: rgb(175,6,211); }
div.DivClassName
{
background-color: #AF06D3;
}
.BgClassName
{
background-color: #AF06D3;
}
</style>
border-color css
<style>
span { border-color: #AF06D3; }
span { border-color: rgb(175,6,211); }
td.TdClassName
{
border-color: #AF06D3;
}
.TagClassName
{
border-color: #AF06D3;
}
</style>