Shades of Dark Violet #AE01D3
Tints of Dark Violet #AE01D3
RGB
CMYK
RGB Variations
Color information
#AE01D3 (or 0xAE01D3) is known color: Dark Violet. HEX triplet: AE, 01 and D3. RGB value is (174,1,211). Sum of RGB (Red+Green+Blue) = 174+1+211=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE01D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE01D3 is #51FE2C. Grayscale: #4C4C4C. Windows color (decimal): -5373485 or 13828526. OLE color: 13828526.
HSL color Cylindrical-coordinate representation of color #AE01D3: hue angle of 289.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE01D3 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 1 | 211 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.17 |
| HSL | 289.43º | 0.99% | 0.42% | - |
| HSV(B) | 289.43º | 1% | 0.83% | - |
| XYZ | 29.22 | 13.72 | 62.74 | - |
| YUV | 76.67 | 203.81 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 211 | 0.18 | 1.00 | 0 | 0.17 | 289.43 | 0.99 | 0.42 |
| Hex | AE | 1 | D3 | 12 | 64 | 0 | 11 | 121 | 63 | 2A |
| Octal | 256 | 1 | 323 | 22 | 144 | 0 | 21 | 441 | 143 | 52 |
| Binary | 10101110 | 1 | 11010011 | 10010 | 1100100 | 0 | 10001 | 100100001 | 1100011 | 101010 |
Color Harmonies of #AE01D3
Complementary color
Monochromatic Colors of #AE01D3
Black with #AE01D3
Text Example
Text Example
White with #AE01D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE01D3; }
p { color: rgb(174,1,211); }
H1.HeaderClassName
{
color: #AE01D3;
}
.AnyTagClassName
{
color: #AE01D3;
}
</style>
background-color css
<style>
a { background-color: #AE01D3; }
a { background-color: rgb(174,1,211); }
div.DivClassName
{
background-color: #AE01D3;
}
.BgClassName
{
background-color: #AE01D3;
}
</style>
border-color css
<style>
span { border-color: #AE01D3; }
span { border-color: rgb(174,1,211); }
td.TdClassName
{
border-color: #AE01D3;
}
.TagClassName
{
border-color: #AE01D3;
}
</style>