Shades of Dark Violet #AE00D3
Tints of Dark Violet #AE00D3
RGB
CMYK
RGB Variations
Color information
#AE00D3 (or 0xAE00D3) is known color: Dark Violet. HEX triplet: AE, 00 and D3. RGB value is (174,0,211). Sum of RGB (Red+Green+Blue) = 174+0+211=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE00D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00D3 is #51FF2C. Grayscale: #4B4B4B. Windows color (decimal): -5373741 or 13828270. OLE color: 13828270.
HSL color Cylindrical-coordinate representation of color #AE00D3: hue angle of 289.48º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00D3 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 0 | 211 | - |
| CMYK | 0.18 | 1 | 0 | 0.17 |
| HSL | 289.48º | 1% | 0.41% | - |
| HSV(B) | 289.48º | 1% | 0.83% | - |
| XYZ | 29.21 | 13.7 | 62.73 | - |
| YUV | 76.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 211 | 0.18 | 1 | 0 | 0.17 | 289.48 | 1 | 0.41 |
| Hex | AE | 0 | D3 | 12 | 64 | 0 | 11 | 121 | 64 | 29 |
| Octal | 256 | 0 | 323 | 22 | 144 | 0 | 21 | 441 | 144 | 51 |
| Binary | 10101110 | 0 | 11010011 | 10010 | 1100100 | 0 | 10001 | 100100001 | 1100100 | 101001 |
Color Harmonies of #AE00D3
Complementary color
Monochromatic Colors of #AE00D3
Black with #AE00D3
Text Example
Text Example
White with #AE00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00D3; }
p { color: rgb(174,0,211); }
H1.HeaderClassName
{
color: #AE00D3;
}
.AnyTagClassName
{
color: #AE00D3;
}
</style>
background-color css
<style>
a { background-color: #AE00D3; }
a { background-color: rgb(174,0,211); }
div.DivClassName
{
background-color: #AE00D3;
}
.BgClassName
{
background-color: #AE00D3;
}
</style>
border-color css
<style>
span { border-color: #AE00D3; }
span { border-color: rgb(174,0,211); }
td.TdClassName
{
border-color: #AE00D3;
}
.TagClassName
{
border-color: #AE00D3;
}
</style>