Shades of Dark Violet #AE00C8
Tints of Dark Violet #AE00C8
RGB
CMYK
RGB Variations
Color information
#AE00C8 (or 0xAE00C8) is known color: Dark Violet. HEX triplet: AE, 00 and C8. RGB value is (174,0,200). Sum of RGB (Red+Green+Blue) = 174+0+200=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE00C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00C8 is #51FF37. Grayscale: #4A4A4A. Windows color (decimal): -5373752 or 13107374. OLE color: 13107374.
HSL color Cylindrical-coordinate representation of color #AE00C8: hue angle of 292.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00C8 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 0 | 200 | - |
| CMYK | 0.13 | 1 | 0 | 0.22 |
| HSL | 292.2º | 1% | 0.39% | - |
| HSV(B) | 292.2º | 1% | 0.78% | - |
| XYZ | 27.88 | 13.17 | 55.72 | - |
| YUV | 74.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 200 | 0.13 | 1 | 0 | 0.22 | 292.2 | 1 | 0.39 |
| Hex | AE | 0 | C8 | D | 64 | 0 | 16 | 124 | 64 | 27 |
| Octal | 256 | 0 | 310 | 15 | 144 | 0 | 26 | 444 | 144 | 47 |
| Binary | 10101110 | 0 | 11001000 | 1101 | 1100100 | 0 | 10110 | 100100100 | 1100100 | 100111 |
Color Harmonies of #AE00C8
Complementary color
Monochromatic Colors of #AE00C8
Black with #AE00C8
Text Example
Text Example
White with #AE00C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00C8; }
p { color: rgb(174,0,200); }
H1.HeaderClassName
{
color: #AE00C8;
}
.AnyTagClassName
{
color: #AE00C8;
}
</style>
background-color css
<style>
a { background-color: #AE00C8; }
a { background-color: rgb(174,0,200); }
div.DivClassName
{
background-color: #AE00C8;
}
.BgClassName
{
background-color: #AE00C8;
}
</style>
border-color css
<style>
span { border-color: #AE00C8; }
span { border-color: rgb(174,0,200); }
td.TdClassName
{
border-color: #AE00C8;
}
.TagClassName
{
border-color: #AE00C8;
}
</style>