Shades of Dark Orchid #AE26C5
Tints of Dark Orchid #AE26C5
RGB
CMYK
RGB Variations
Color information
#AE26C5 (or 0xAE26C5) is known color: Dark Orchid. HEX triplet: AE, 26 and C5. RGB value is (174,38,197). Sum of RGB (Red+Green+Blue) = 174+38+197=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE26C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE26C5 is #51D93A. Grayscale: #606060. Windows color (decimal): -5364027 or 12920494. OLE color: 12920494.
HSL color Cylindrical-coordinate representation of color #AE26C5: hue angle of 291.32º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE26C5 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 38 | 197 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.23 |
| HSL | 291.32º | 0.68% | 0.46% | - |
| HSV(B) | 291.32º | 0.81% | 0.77% | - |
| XYZ | 28.23 | 14.42 | 54.12 | - |
| YUV | 96.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 197 | 0.12 | 0.81 | 0 | 0.23 | 291.32 | 0.68 | 0.46 |
| Hex | AE | 26 | C5 | C | 51 | 0 | 17 | 123 | 44 | 2E |
| Octal | 256 | 46 | 305 | 14 | 121 | 0 | 27 | 443 | 104 | 56 |
| Binary | 10101110 | 100110 | 11000101 | 1100 | 1010001 | 0 | 10111 | 100100011 | 1000100 | 101110 |
Color Harmonies of #AE26C5
Complementary color
Monochromatic Colors of #AE26C5
Black with #AE26C5
Text Example
Text Example
White with #AE26C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE26C5; }
p { color: rgb(174,38,197); }
H1.HeaderClassName
{
color: #AE26C5;
}
.AnyTagClassName
{
color: #AE26C5;
}
</style>
background-color css
<style>
a { background-color: #AE26C5; }
a { background-color: rgb(174,38,197); }
div.DivClassName
{
background-color: #AE26C5;
}
.BgClassName
{
background-color: #AE26C5;
}
</style>
border-color css
<style>
span { border-color: #AE26C5; }
span { border-color: rgb(174,38,197); }
td.TdClassName
{
border-color: #AE26C5;
}
.TagClassName
{
border-color: #AE26C5;
}
</style>