Shades of Dark Violet #AE0CDD
Tints of Dark Violet #AE0CDD
RGB
CMYK
RGB Variations
Color information
#AE0CDD (or 0xAE0CDD) is known color: Dark Violet. HEX triplet: AE, 0C and DD. RGB value is (174,12,221). Sum of RGB (Red+Green+Blue) = 174+12+221=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CDD is #51F322. Grayscale: #535353. Windows color (decimal): -5370659 or 14486702. OLE color: 14486702.
HSL color Cylindrical-coordinate representation of color #AE0CDD: hue angle of 286.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0CDD is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 12 | 221 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.13 |
| HSL | 286.51º | 0.9% | 0.46% | - |
| HSV(B) | 286.51º | 0.95% | 0.87% | - |
| XYZ | 30.64 | 14.48 | 69.59 | - |
| YUV | 84.26 | 205.17 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 221 | 0.21 | 0.95 | 0 | 0.13 | 286.51 | 0.9 | 0.46 |
| Hex | AE | C | DD | 15 | 5F | 0 | D | 11F | 5A | 2E |
| Octal | 256 | 14 | 335 | 25 | 137 | 0 | 15 | 437 | 132 | 56 |
| Binary | 10101110 | 1100 | 11011101 | 10101 | 1011111 | 0 | 1101 | 100011111 | 1011010 | 101110 |
Color Harmonies of #AE0CDD
Complementary color
Monochromatic Colors of #AE0CDD
Black with #AE0CDD
Text Example
Text Example
White with #AE0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0CDD; }
p { color: rgb(174,12,221); }
H1.HeaderClassName
{
color: #AE0CDD;
}
.AnyTagClassName
{
color: #AE0CDD;
}
</style>
background-color css
<style>
a { background-color: #AE0CDD; }
a { background-color: rgb(174,12,221); }
div.DivClassName
{
background-color: #AE0CDD;
}
.BgClassName
{
background-color: #AE0CDD;
}
</style>
border-color css
<style>
span { border-color: #AE0CDD; }
span { border-color: rgb(174,12,221); }
td.TdClassName
{
border-color: #AE0CDD;
}
.TagClassName
{
border-color: #AE0CDD;
}
</style>