Shades of Dark Violet #AF01D0
Tints of Dark Violet #AF01D0
RGB
CMYK
RGB Variations
Color information
#AF01D0 (or 0xAF01D0) is known color: Dark Violet. HEX triplet: AF, 01 and D0. RGB value is (175,1,208). Sum of RGB (Red+Green+Blue) = 175+1+208=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF01D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01D0 is #50FE2F. Grayscale: #4B4B4B. Windows color (decimal): -5307952 or 13631919. OLE color: 13631919.
HSL color Cylindrical-coordinate representation of color #AF01D0: hue angle of 290.43º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01D0 is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 1 | 208 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.18 |
| HSL | 290.43º | 0.99% | 0.41% | - |
| HSV(B) | 290.43º | 1% | 0.82% | - |
| XYZ | 29.08 | 13.69 | 60.78 | - |
| YUV | 76.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 208 | 0.16 | 1.00 | 0 | 0.18 | 290.43 | 0.99 | 0.41 |
| Hex | AF | 1 | D0 | 10 | 64 | 0 | 12 | 122 | 63 | 29 |
| Octal | 257 | 1 | 320 | 20 | 144 | 0 | 22 | 442 | 143 | 51 |
| Binary | 10101111 | 1 | 11010000 | 10000 | 1100100 | 0 | 10010 | 100100010 | 1100011 | 101001 |
Color Harmonies of #AF01D0
Complementary color
Monochromatic Colors of #AF01D0
Black with #AF01D0
Text Example
Text Example
White with #AF01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01D0; }
p { color: rgb(175,1,208); }
H1.HeaderClassName
{
color: #AF01D0;
}
.AnyTagClassName
{
color: #AF01D0;
}
</style>
background-color css
<style>
a { background-color: #AF01D0; }
a { background-color: rgb(175,1,208); }
div.DivClassName
{
background-color: #AF01D0;
}
.BgClassName
{
background-color: #AF01D0;
}
</style>
border-color css
<style>
span { border-color: #AF01D0; }
span { border-color: rgb(175,1,208); }
td.TdClassName
{
border-color: #AF01D0;
}
.TagClassName
{
border-color: #AF01D0;
}
</style>