Shades of Dark Violet #AF00E2
Tints of Dark Violet #AF00E2
RGB
CMYK
RGB Variations
Color information
#AF00E2 (or 0xAF00E2) is known color: Dark Violet. HEX triplet: AF, 00 and E2. RGB value is (175,0,226). Sum of RGB (Red+Green+Blue) = 175+0+226=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF00E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00E2 is #50FF1D. Grayscale: #4D4D4D. Windows color (decimal): -5308190 or 14811311. OLE color: 14811311.
HSL color Cylindrical-coordinate representation of color #AF00E2: hue angle of 286.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00E2 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 0 | 226 | - |
| CMYK | 0.23 | 1 | 0 | 0.11 |
| HSL | 286.46º | 1% | 0.44% | - |
| HSV(B) | 286.46º | 1% | 0.89% | - |
| XYZ | 31.41 | 14.6 | 73.12 | - |
| YUV | 78.09 | 211.48 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 226 | 0.23 | 1 | 0 | 0.11 | 286.46 | 1 | 0.44 |
| Hex | AF | 0 | E2 | 17 | 64 | 0 | B | 11E | 64 | 2C |
| Octal | 257 | 0 | 342 | 27 | 144 | 0 | 13 | 436 | 144 | 54 |
| Binary | 10101111 | 0 | 11100010 | 10111 | 1100100 | 0 | 1011 | 100011110 | 1100100 | 101100 |
Color Harmonies of #AF00E2
Complementary color
Monochromatic Colors of #AF00E2
Black with #AF00E2
Text Example
Text Example
White with #AF00E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00E2; }
p { color: rgb(175,0,226); }
H1.HeaderClassName
{
color: #AF00E2;
}
.AnyTagClassName
{
color: #AF00E2;
}
</style>
background-color css
<style>
a { background-color: #AF00E2; }
a { background-color: rgb(175,0,226); }
div.DivClassName
{
background-color: #AF00E2;
}
.BgClassName
{
background-color: #AF00E2;
}
</style>
border-color css
<style>
span { border-color: #AF00E2; }
span { border-color: rgb(175,0,226); }
td.TdClassName
{
border-color: #AF00E2;
}
.TagClassName
{
border-color: #AF00E2;
}
</style>