Shades of Dark Violet #AF0FE3
Tints of Dark Violet #AF0FE3
RGB
CMYK
RGB Variations
Color information
#AF0FE3 (or 0xAF0FE3) is known color: Dark Violet. HEX triplet: AF, 0F and E3. RGB value is (175,15,227). Sum of RGB (Red+Green+Blue) = 175+15+227=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 227 (89.06% from 255 or 54.44% from 417); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF0FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FE3 is #50F01C. Grayscale: #565656. Windows color (decimal): -5304349 or 14880687. OLE color: 14880687.
HSL color Cylindrical-coordinate representation of color #AF0FE3: hue angle of 285.28º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FE3 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 15 | 227 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.11 |
| HSL | 285.28º | 0.88% | 0.47% | - |
| HSV(B) | 285.28º | 0.93% | 0.89% | - |
| XYZ | 31.72 | 15 | 73.9 | - |
| YUV | 87.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 227 | 0.23 | 0.93 | 0 | 0.11 | 285.28 | 0.88 | 0.47 |
| Hex | AF | F | E3 | 17 | 5D | 0 | B | 11D | 58 | 2F |
| Octal | 257 | 17 | 343 | 27 | 135 | 0 | 13 | 435 | 130 | 57 |
| Binary | 10101111 | 1111 | 11100011 | 10111 | 1011101 | 0 | 1011 | 100011101 | 1011000 | 101111 |
Color Harmonies of #AF0FE3
Complementary color
Monochromatic Colors of #AF0FE3
Black with #AF0FE3
Text Example
Text Example
White with #AF0FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FE3; }
p { color: rgb(175,15,227); }
H1.HeaderClassName
{
color: #AF0FE3;
}
.AnyTagClassName
{
color: #AF0FE3;
}
</style>
background-color css
<style>
a { background-color: #AF0FE3; }
a { background-color: rgb(175,15,227); }
div.DivClassName
{
background-color: #AF0FE3;
}
.BgClassName
{
background-color: #AF0FE3;
}
</style>
border-color css
<style>
span { border-color: #AF0FE3; }
span { border-color: rgb(175,15,227); }
td.TdClassName
{
border-color: #AF0FE3;
}
.TagClassName
{
border-color: #AF0FE3;
}
</style>