Shades of Dark Violet #AE05D3
Tints of Dark Violet #AE05D3
RGB
CMYK
RGB Variations
Color information
#AE05D3 (or 0xAE05D3) is known color: Dark Violet. HEX triplet: AE, 05 and D3. RGB value is (174,5,211). Sum of RGB (Red+Green+Blue) = 174+5+211=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE05D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05D3 is #51FA2C. Grayscale: #4E4E4E. Windows color (decimal): -5372461 or 13829550. OLE color: 13829550.
HSL color Cylindrical-coordinate representation of color #AE05D3: hue angle of 289.22º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE05D3 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 5 | 211 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.17 |
| HSL | 289.22º | 0.95% | 0.42% | - |
| HSV(B) | 289.22º | 0.98% | 0.83% | - |
| XYZ | 29.27 | 13.81 | 62.75 | - |
| YUV | 79.02 | 202.49 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 5 | 211 | 0.18 | 0.98 | 0 | 0.17 | 289.22 | 0.95 | 0.42 |
| Hex | AE | 5 | D3 | 12 | 62 | 0 | 11 | 121 | 5F | 2A |
| Octal | 256 | 5 | 323 | 22 | 142 | 0 | 21 | 441 | 137 | 52 |
| Binary | 10101110 | 101 | 11010011 | 10010 | 1100010 | 0 | 10001 | 100100001 | 1011111 | 101010 |
Color Harmonies of #AE05D3
Complementary color
Monochromatic Colors of #AE05D3
Black with #AE05D3
Text Example
Text Example
White with #AE05D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE05D3; }
p { color: rgb(174,5,211); }
H1.HeaderClassName
{
color: #AE05D3;
}
.AnyTagClassName
{
color: #AE05D3;
}
</style>
background-color css
<style>
a { background-color: #AE05D3; }
a { background-color: rgb(174,5,211); }
div.DivClassName
{
background-color: #AE05D3;
}
.BgClassName
{
background-color: #AE05D3;
}
</style>
border-color css
<style>
span { border-color: #AE05D3; }
span { border-color: rgb(174,5,211); }
td.TdClassName
{
border-color: #AE05D3;
}
.TagClassName
{
border-color: #AE05D3;
}
</style>