Shades of Dark Violet #AF05E3
Tints of Dark Violet #AF05E3
RGB
CMYK
RGB Variations
Color information
#AF05E3 (or 0xAF05E3) is known color: Dark Violet. HEX triplet: AF, 05 and E3. RGB value is (175,5,227). Sum of RGB (Red+Green+Blue) = 175+5+227=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF05E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05E3 is #50FA1C. Grayscale: #505050. Windows color (decimal): -5306909 or 14878127. OLE color: 14878127.
HSL color Cylindrical-coordinate representation of color #AF05E3: hue angle of 285.95º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05E3 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 5 | 227 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.11 |
| HSL | 285.95º | 0.96% | 0.45% | - |
| HSV(B) | 285.95º | 0.98% | 0.89% | - |
| XYZ | 31.6 | 14.77 | 73.86 | - |
| YUV | 81.14 | 210.32 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 227 | 0.23 | 0.98 | 0 | 0.11 | 285.95 | 0.96 | 0.45 |
| Hex | AF | 5 | E3 | 17 | 62 | 0 | B | 11E | 60 | 2D |
| Octal | 257 | 5 | 343 | 27 | 142 | 0 | 13 | 436 | 140 | 55 |
| Binary | 10101111 | 101 | 11100011 | 10111 | 1100010 | 0 | 1011 | 100011110 | 1100000 | 101101 |
Color Harmonies of #AF05E3
Complementary color
Monochromatic Colors of #AF05E3
Black with #AF05E3
Text Example
Text Example
White with #AF05E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05E3; }
p { color: rgb(175,5,227); }
H1.HeaderClassName
{
color: #AF05E3;
}
.AnyTagClassName
{
color: #AF05E3;
}
</style>
background-color css
<style>
a { background-color: #AF05E3; }
a { background-color: rgb(175,5,227); }
div.DivClassName
{
background-color: #AF05E3;
}
.BgClassName
{
background-color: #AF05E3;
}
</style>
border-color css
<style>
span { border-color: #AF05E3; }
span { border-color: rgb(175,5,227); }
td.TdClassName
{
border-color: #AF05E3;
}
.TagClassName
{
border-color: #AF05E3;
}
</style>