Shades of Dark Violet #AF01E1
Tints of Dark Violet #AF01E1
RGB
CMYK
RGB Variations
Color information
#AF01E1 (or 0xAF01E1) is known color: Dark Violet. HEX triplet: AF, 01 and E1. RGB value is (175,1,225). Sum of RGB (Red+Green+Blue) = 175+1+225=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF01E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01E1 is #50FE1E. Grayscale: #4D4D4D. Windows color (decimal): -5307935 or 14746031. OLE color: 14746031.
HSL color Cylindrical-coordinate representation of color #AF01E1: hue angle of 286.61º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01E1 is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 1 | 225 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.12 |
| HSL | 286.61º | 0.99% | 0.44% | - |
| HSV(B) | 286.61º | 1% | 0.88% | - |
| XYZ | 31.28 | 14.57 | 72.4 | - |
| YUV | 78.56 | 210.65 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 225 | 0.22 | 1.00 | 0 | 0.12 | 286.61 | 0.99 | 0.44 |
| Hex | AF | 1 | E1 | 16 | 64 | 0 | C | 11F | 63 | 2C |
| Octal | 257 | 1 | 341 | 26 | 144 | 0 | 14 | 437 | 143 | 54 |
| Binary | 10101111 | 1 | 11100001 | 10110 | 1100100 | 0 | 1100 | 100011111 | 1100011 | 101100 |
Color Harmonies of #AF01E1
Complementary color
Monochromatic Colors of #AF01E1
Black with #AF01E1
Text Example
Text Example
White with #AF01E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01E1; }
p { color: rgb(175,1,225); }
H1.HeaderClassName
{
color: #AF01E1;
}
.AnyTagClassName
{
color: #AF01E1;
}
</style>
background-color css
<style>
a { background-color: #AF01E1; }
a { background-color: rgb(175,1,225); }
div.DivClassName
{
background-color: #AF01E1;
}
.BgClassName
{
background-color: #AF01E1;
}
</style>
border-color css
<style>
span { border-color: #AF01E1; }
span { border-color: rgb(175,1,225); }
td.TdClassName
{
border-color: #AF01E1;
}
.TagClassName
{
border-color: #AF01E1;
}
</style>