Shades of Dark Orchid #AE26C6
Tints of Dark Orchid #AE26C6
RGB
CMYK
RGB Variations
Color information
#AE26C6 (or 0xAE26C6) is known color: Dark Orchid. HEX triplet: AE, 26 and C6. RGB value is (174,38,198). Sum of RGB (Red+Green+Blue) = 174+38+198=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE26C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE26C6 is #51D939. Grayscale: #606060. Windows color (decimal): -5364026 or 12986030. OLE color: 12986030.
HSL color Cylindrical-coordinate representation of color #AE26C6: hue angle of 291º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE26C6 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 38 | 198 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.22 |
| HSL | 291º | 0.68% | 0.46% | - |
| HSV(B) | 291º | 0.81% | 0.78% | - |
| XYZ | 28.34 | 14.46 | 54.72 | - |
| YUV | 96.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 198 | 0.12 | 0.81 | 0 | 0.22 | 291 | 0.68 | 0.46 |
| Hex | AE | 26 | C6 | C | 51 | 0 | 16 | 123 | 44 | 2E |
| Octal | 256 | 46 | 306 | 14 | 121 | 0 | 26 | 443 | 104 | 56 |
| Binary | 10101110 | 100110 | 11000110 | 1100 | 1010001 | 0 | 10110 | 100100011 | 1000100 | 101110 |
Color Harmonies of #AE26C6
Complementary color
Monochromatic Colors of #AE26C6
Black with #AE26C6
Text Example
Text Example
White with #AE26C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE26C6; }
p { color: rgb(174,38,198); }
H1.HeaderClassName
{
color: #AE26C6;
}
.AnyTagClassName
{
color: #AE26C6;
}
</style>
background-color css
<style>
a { background-color: #AE26C6; }
a { background-color: rgb(174,38,198); }
div.DivClassName
{
background-color: #AE26C6;
}
.BgClassName
{
background-color: #AE26C6;
}
</style>
border-color css
<style>
span { border-color: #AE26C6; }
span { border-color: rgb(174,38,198); }
td.TdClassName
{
border-color: #AE26C6;
}
.TagClassName
{
border-color: #AE26C6;
}
</style>