Shades of Dark Violet #AF04E1
Tints of Dark Violet #AF04E1
RGB
CMYK
RGB Variations
Color information
#AF04E1 (or 0xAF04E1) is known color: Dark Violet. HEX triplet: AF, 04 and E1. RGB value is (175,4,225). Sum of RGB (Red+Green+Blue) = 175+4+225=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF04E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04E1 is #50FB1E. Grayscale: #4F4F4F. Windows color (decimal): -5307167 or 14746799. OLE color: 14746799.
HSL color Cylindrical-coordinate representation of color #AF04E1: hue angle of 286.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04E1 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 4 | 225 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.12 |
| HSL | 286.43º | 0.97% | 0.45% | - |
| HSV(B) | 286.43º | 0.98% | 0.88% | - |
| XYZ | 31.31 | 14.64 | 72.41 | - |
| YUV | 80.32 | 209.65 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 225 | 0.22 | 0.98 | 0 | 0.12 | 286.43 | 0.97 | 0.45 |
| Hex | AF | 4 | E1 | 16 | 62 | 0 | C | 11E | 61 | 2D |
| Octal | 257 | 4 | 341 | 26 | 142 | 0 | 14 | 436 | 141 | 55 |
| Binary | 10101111 | 100 | 11100001 | 10110 | 1100010 | 0 | 1100 | 100011110 | 1100001 | 101101 |
Color Harmonies of #AF04E1
Complementary color
Monochromatic Colors of #AF04E1
Black with #AF04E1
Text Example
Text Example
White with #AF04E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04E1; }
p { color: rgb(175,4,225); }
H1.HeaderClassName
{
color: #AF04E1;
}
.AnyTagClassName
{
color: #AF04E1;
}
</style>
background-color css
<style>
a { background-color: #AF04E1; }
a { background-color: rgb(175,4,225); }
div.DivClassName
{
background-color: #AF04E1;
}
.BgClassName
{
background-color: #AF04E1;
}
</style>
border-color css
<style>
span { border-color: #AF04E1; }
span { border-color: rgb(175,4,225); }
td.TdClassName
{
border-color: #AF04E1;
}
.TagClassName
{
border-color: #AF04E1;
}
</style>