Shades of Dark Violet #AE00CF
Tints of Dark Violet #AE00CF
RGB
CMYK
RGB Variations
Color information
#AE00CF (or 0xAE00CF) is known color: Dark Violet. HEX triplet: AE, 00 and CF. RGB value is (174,0,207). Sum of RGB (Red+Green+Blue) = 174+0+207=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE00CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00CF is #51FF30. Grayscale: #4A4A4A. Windows color (decimal): -5373745 or 13566126. OLE color: 13566126.
HSL color Cylindrical-coordinate representation of color #AE00CF: hue angle of 290.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00CF is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 0 | 207 | - |
| CMYK | 0.16 | 1 | 0 | 0.19 |
| HSL | 290.43º | 1% | 0.41% | - |
| HSV(B) | 290.43º | 1% | 0.81% | - |
| XYZ | 28.72 | 13.5 | 60.12 | - |
| YUV | 75.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 207 | 0.16 | 1 | 0 | 0.19 | 290.43 | 1 | 0.41 |
| Hex | AE | 0 | CF | 10 | 64 | 0 | 13 | 122 | 64 | 29 |
| Octal | 256 | 0 | 317 | 20 | 144 | 0 | 23 | 442 | 144 | 51 |
| Binary | 10101110 | 0 | 11001111 | 10000 | 1100100 | 0 | 10011 | 100100010 | 1100100 | 101001 |
Color Harmonies of #AE00CF
Complementary color
Monochromatic Colors of #AE00CF
Black with #AE00CF
Text Example
Text Example
White with #AE00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00CF; }
p { color: rgb(174,0,207); }
H1.HeaderClassName
{
color: #AE00CF;
}
.AnyTagClassName
{
color: #AE00CF;
}
</style>
background-color css
<style>
a { background-color: #AE00CF; }
a { background-color: rgb(174,0,207); }
div.DivClassName
{
background-color: #AE00CF;
}
.BgClassName
{
background-color: #AE00CF;
}
</style>
border-color css
<style>
span { border-color: #AE00CF; }
span { border-color: rgb(174,0,207); }
td.TdClassName
{
border-color: #AE00CF;
}
.TagClassName
{
border-color: #AE00CF;
}
</style>