Shades of Dark Orchid #AE26DB
Tints of Dark Orchid #AE26DB
RGB
CMYK
RGB Variations
Color information
#AE26DB (or 0xAE26DB) is known color: Dark Orchid. HEX triplet: AE, 26 and DB. RGB value is (174,38,219). Sum of RGB (Red+Green+Blue) = 174+38+219=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE26DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE26DB is #51D924. Grayscale: #626262. Windows color (decimal): -5364005 or 14362286. OLE color: 14362286.
HSL color Cylindrical-coordinate representation of color #AE26DB: hue angle of 285.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE26DB is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 38 | 219 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.14 |
| HSL | 285.08º | 0.72% | 0.5% | - |
| HSV(B) | 285.08º | 0.83% | 0.86% | - |
| XYZ | 30.93 | 15.5 | 68.38 | - |
| YUV | 99.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 219 | 0.21 | 0.83 | 0 | 0.14 | 285.08 | 0.72 | 0.5 |
| Hex | AE | 26 | DB | 15 | 53 | 0 | E | 11D | 48 | 32 |
| Octal | 256 | 46 | 333 | 25 | 123 | 0 | 16 | 435 | 110 | 62 |
| Binary | 10101110 | 100110 | 11011011 | 10101 | 1010011 | 0 | 1110 | 100011101 | 1001000 | 110010 |
Color Harmonies of #AE26DB
Complementary color
Monochromatic Colors of #AE26DB
Black with #AE26DB
Text Example
Text Example
White with #AE26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE26DB; }
p { color: rgb(174,38,219); }
H1.HeaderClassName
{
color: #AE26DB;
}
.AnyTagClassName
{
color: #AE26DB;
}
</style>
background-color css
<style>
a { background-color: #AE26DB; }
a { background-color: rgb(174,38,219); }
div.DivClassName
{
background-color: #AE26DB;
}
.BgClassName
{
background-color: #AE26DB;
}
</style>
border-color css
<style>
span { border-color: #AE26DB; }
span { border-color: rgb(174,38,219); }
td.TdClassName
{
border-color: #AE26DB;
}
.TagClassName
{
border-color: #AE26DB;
}
</style>