Shades of Dark Orchid #AE1DC8
Tints of Dark Orchid #AE1DC8
RGB
CMYK
RGB Variations
Color information
#AE1DC8 (or 0xAE1DC8) is known color: Dark Orchid. HEX triplet: AE, 1D and C8. RGB value is (174,29,200). Sum of RGB (Red+Green+Blue) = 174+29+200=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE1DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DC8 is #51E237. Grayscale: #5B5B5B. Windows color (decimal): -5366328 or 13114798. OLE color: 13114798.
HSL color Cylindrical-coordinate representation of color #AE1DC8: hue angle of 290.88º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1DC8 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 174 | 29 | 200 | - |
CMYK | 0.13 | 0.86 | 0 | 0.22 |
HSL | 290.88º | 0.75% | 0.45% | - |
HSV(B) | 290.88º | 0.86% | 0.78% | - |
XYZ | 28.32 | 14.05 | 55.86 | - |
YUV | 91.85 | 189.04 | 186.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 29 | 200 | 0.13 | 0.86 | 0 | 0.22 | 290.88 | 0.75 | 0.45 |
Hex | AE | 1D | C8 | D | 56 | 0 | 16 | 123 | 4B | 2D |
Octal | 256 | 35 | 310 | 15 | 126 | 0 | 26 | 443 | 113 | 55 |
Binary | 10101110 | 11101 | 11001000 | 1101 | 1010110 | 0 | 10110 | 100100011 | 1001011 | 101101 |
Color Harmonies of #AE1DC8
Complementary color
Monochromatic Colors of #AE1DC8
Black with #AE1DC8
Text Example
Text Example
White with #AE1DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1DC8; }
p { color: rgb(174,29,200); }
H1.HeaderClassName
{
color: #AE1DC8;
}
.AnyTagClassName
{
color: #AE1DC8;
}
</style>
background-color css
<style>
a { background-color: #AE1DC8; }
a { background-color: rgb(174,29,200); }
div.DivClassName
{
background-color: #AE1DC8;
}
.BgClassName
{
background-color: #AE1DC8;
}
</style>
border-color css
<style>
span { border-color: #AE1DC8; }
span { border-color: rgb(174,29,200); }
td.TdClassName
{
border-color: #AE1DC8;
}
.TagClassName
{
border-color: #AE1DC8;
}
</style>