Shades of Dark Violet #AF01E0
Tints of Dark Violet #AF01E0
RGB
CMYK
RGB Variations
Color information
#AF01E0 (or 0xAF01E0) is known color: Dark Violet. HEX triplet: AF, 01 and E0. RGB value is (175,1,224). Sum of RGB (Red+Green+Blue) = 175+1+224=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF01E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01E0 is #50FE1F. Grayscale: #4D4D4D. Windows color (decimal): -5307936 or 14680495. OLE color: 14680495.
HSL color Cylindrical-coordinate representation of color #AF01E0: hue angle of 286.82º 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 #AF01E0 is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 1 | 224 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.12 |
| HSL | 286.82º | 0.99% | 0.44% | - |
| HSV(B) | 286.82º | 1% | 0.88% | - |
| XYZ | 31.14 | 14.52 | 71.68 | - |
| YUV | 78.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 224 | 0.22 | 1.00 | 0 | 0.12 | 286.82 | 0.99 | 0.44 |
| Hex | AF | 1 | E0 | 16 | 64 | 0 | C | 11F | 63 | 2C |
| Octal | 257 | 1 | 340 | 26 | 144 | 0 | 14 | 437 | 143 | 54 |
| Binary | 10101111 | 1 | 11100000 | 10110 | 1100100 | 0 | 1100 | 100011111 | 1100011 | 101100 |
Color Harmonies of #AF01E0
Complementary color
Monochromatic Colors of #AF01E0
Black with #AF01E0
Text Example
Text Example
White with #AF01E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01E0; }
p { color: rgb(175,1,224); }
H1.HeaderClassName
{
color: #AF01E0;
}
.AnyTagClassName
{
color: #AF01E0;
}
</style>
background-color css
<style>
a { background-color: #AF01E0; }
a { background-color: rgb(175,1,224); }
div.DivClassName
{
background-color: #AF01E0;
}
.BgClassName
{
background-color: #AF01E0;
}
</style>
border-color css
<style>
span { border-color: #AF01E0; }
span { border-color: rgb(175,1,224); }
td.TdClassName
{
border-color: #AF01E0;
}
.TagClassName
{
border-color: #AF01E0;
}
</style>