Shades of Dark Violet #AF05E1
Tints of Dark Violet #AF05E1
RGB
CMYK
RGB Variations
Color information
#AF05E1 (or 0xAF05E1) is known color: Dark Violet. HEX triplet: AF, 05 and E1. RGB value is (175,5,225). Sum of RGB (Red+Green+Blue) = 175+5+225=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF05E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05E1 is #50FA1E. Grayscale: #505050. Windows color (decimal): -5306911 or 14747055. OLE color: 14747055.
HSL color Cylindrical-coordinate representation of color #AF05E1: hue angle of 286.36º degrees, saturation: 0.96, 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 #AF05E1 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 5 | 225 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.12 |
| HSL | 286.36º | 0.96% | 0.45% | - |
| HSV(B) | 286.36º | 0.98% | 0.88% | - |
| XYZ | 31.32 | 14.66 | 72.41 | - |
| YUV | 80.91 | 209.32 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 225 | 0.22 | 0.98 | 0 | 0.12 | 286.36 | 0.96 | 0.45 |
| Hex | AF | 5 | E1 | 16 | 62 | 0 | C | 11E | 60 | 2D |
| Octal | 257 | 5 | 341 | 26 | 142 | 0 | 14 | 436 | 140 | 55 |
| Binary | 10101111 | 101 | 11100001 | 10110 | 1100010 | 0 | 1100 | 100011110 | 1100000 | 101101 |
Color Harmonies of #AF05E1
Complementary color
Monochromatic Colors of #AF05E1
Black with #AF05E1
Text Example
Text Example
White with #AF05E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05E1; }
p { color: rgb(175,5,225); }
H1.HeaderClassName
{
color: #AF05E1;
}
.AnyTagClassName
{
color: #AF05E1;
}
</style>
background-color css
<style>
a { background-color: #AF05E1; }
a { background-color: rgb(175,5,225); }
div.DivClassName
{
background-color: #AF05E1;
}
.BgClassName
{
background-color: #AF05E1;
}
</style>
border-color css
<style>
span { border-color: #AF05E1; }
span { border-color: rgb(175,5,225); }
td.TdClassName
{
border-color: #AF05E1;
}
.TagClassName
{
border-color: #AF05E1;
}
</style>