Shades of Dark Violet #AE00E0
Tints of Dark Violet #AE00E0
RGB
CMYK
RGB Variations
Color information
#AE00E0 (or 0xAE00E0) is known color: Dark Violet. HEX triplet: AE, 00 and E0. RGB value is (174,0,224). Sum of RGB (Red+Green+Blue) = 174+0+224=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE00E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00E0 is #51FF1F. Grayscale: #4C4C4C. Windows color (decimal): -5373728 or 14680238. OLE color: 14680238.
HSL color Cylindrical-coordinate representation of color #AE00E0: hue angle of 286.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00E0 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 0 | 224 | - |
| CMYK | 0.22 | 1 | 0 | 0.12 |
| HSL | 286.61º | 1% | 0.44% | - |
| HSV(B) | 286.61º | 1% | 0.88% | - |
| XYZ | 30.91 | 14.38 | 71.67 | - |
| YUV | 77.56 | 210.65 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 224 | 0.22 | 1 | 0 | 0.12 | 286.61 | 1 | 0.44 |
| Hex | AE | 0 | E0 | 16 | 64 | 0 | C | 11F | 64 | 2C |
| Octal | 256 | 0 | 340 | 26 | 144 | 0 | 14 | 437 | 144 | 54 |
| Binary | 10101110 | 0 | 11100000 | 10110 | 1100100 | 0 | 1100 | 100011111 | 1100100 | 101100 |
Color Harmonies of #AE00E0
Complementary color
Monochromatic Colors of #AE00E0
Black with #AE00E0
Text Example
Text Example
White with #AE00E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00E0; }
p { color: rgb(174,0,224); }
H1.HeaderClassName
{
color: #AE00E0;
}
.AnyTagClassName
{
color: #AE00E0;
}
</style>
background-color css
<style>
a { background-color: #AE00E0; }
a { background-color: rgb(174,0,224); }
div.DivClassName
{
background-color: #AE00E0;
}
.BgClassName
{
background-color: #AE00E0;
}
</style>
border-color css
<style>
span { border-color: #AE00E0; }
span { border-color: rgb(174,0,224); }
td.TdClassName
{
border-color: #AE00E0;
}
.TagClassName
{
border-color: #AE00E0;
}
</style>