Shades of Dark Orchid #AE34DC
Tints of Dark Orchid #AE34DC
RGB
CMYK
RGB Variations
Color information
#AE34DC (or 0xAE34DC) is known color: Dark Orchid. HEX triplet: AE, 34 and DC. RGB value is (174,52,220). Sum of RGB (Red+Green+Blue) = 174+52+220=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE34DC is #51CB23. Grayscale: #6B6B6B. Windows color (decimal): -5360420 or 14431406. OLE color: 14431406.
HSL color Cylindrical-coordinate representation of color #AE34DC: hue angle of 283.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE34DC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 52 | 220 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.14 |
| HSL | 283.57º | 0.71% | 0.53% | - |
| HSV(B) | 283.57º | 0.76% | 0.86% | - |
| XYZ | 31.6 | 16.62 | 69.25 | - |
| YUV | 107.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 220 | 0.21 | 0.76 | 0 | 0.14 | 283.57 | 0.71 | 0.53 |
| Hex | AE | 34 | DC | 15 | 4C | 0 | E | 11C | 47 | 35 |
| Octal | 256 | 64 | 334 | 25 | 114 | 0 | 16 | 434 | 107 | 65 |
| Binary | 10101110 | 110100 | 11011100 | 10101 | 1001100 | 0 | 1110 | 100011100 | 1000111 | 110101 |
Color Harmonies of #AE34DC
Complementary color
Monochromatic Colors of #AE34DC
Black with #AE34DC
Text Example
Text Example
White with #AE34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE34DC; }
p { color: rgb(174,52,220); }
H1.HeaderClassName
{
color: #AE34DC;
}
.AnyTagClassName
{
color: #AE34DC;
}
</style>
background-color css
<style>
a { background-color: #AE34DC; }
a { background-color: rgb(174,52,220); }
div.DivClassName
{
background-color: #AE34DC;
}
.BgClassName
{
background-color: #AE34DC;
}
</style>
border-color css
<style>
span { border-color: #AE34DC; }
span { border-color: rgb(174,52,220); }
td.TdClassName
{
border-color: #AE34DC;
}
.TagClassName
{
border-color: #AE34DC;
}
</style>