Shades of Dark Violet #AF0BE2
Tints of Dark Violet #AF0BE2
RGB
CMYK
RGB Variations
Color information
#AF0BE2 (or 0xAF0BE2) is known color: Dark Violet. HEX triplet: AF, 0B and E2. RGB value is (175,11,226). Sum of RGB (Red+Green+Blue) = 175+11+226=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 226 (88.67% from 255 or 54.85% from 412); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF0BE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BE2 is #50F41D. Grayscale: #535353. Windows color (decimal): -5305374 or 14814127. OLE color: 14814127.
HSL color Cylindrical-coordinate representation of color #AF0BE2: hue angle of 285.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BE2 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 11 | 226 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.11 |
| HSL | 285.77º | 0.91% | 0.46% | - |
| HSV(B) | 285.77º | 0.95% | 0.89% | - |
| XYZ | 31.53 | 14.84 | 73.16 | - |
| YUV | 84.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 226 | 0.23 | 0.95 | 0 | 0.11 | 285.77 | 0.91 | 0.46 |
| Hex | AF | B | E2 | 17 | 5F | 0 | B | 11E | 5B | 2E |
| Octal | 257 | 13 | 342 | 27 | 137 | 0 | 13 | 436 | 133 | 56 |
| Binary | 10101111 | 1011 | 11100010 | 10111 | 1011111 | 0 | 1011 | 100011110 | 1011011 | 101110 |
Color Harmonies of #AF0BE2
Complementary color
Monochromatic Colors of #AF0BE2
Black with #AF0BE2
Text Example
Text Example
White with #AF0BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BE2; }
p { color: rgb(175,11,226); }
H1.HeaderClassName
{
color: #AF0BE2;
}
.AnyTagClassName
{
color: #AF0BE2;
}
</style>
background-color css
<style>
a { background-color: #AF0BE2; }
a { background-color: rgb(175,11,226); }
div.DivClassName
{
background-color: #AF0BE2;
}
.BgClassName
{
background-color: #AF0BE2;
}
</style>
border-color css
<style>
span { border-color: #AF0BE2; }
span { border-color: rgb(175,11,226); }
td.TdClassName
{
border-color: #AF0BE2;
}
.TagClassName
{
border-color: #AF0BE2;
}
</style>