Shades of Dark Orchid #AE26B1
Tints of Dark Orchid #AE26B1
RGB
CMYK
RGB Variations
Color information
#AE26B1 (or 0xAE26B1) is known color: Dark Orchid. HEX triplet: AE, 26 and B1. RGB value is (174,38,177). Sum of RGB (Red+Green+Blue) = 174+38+177=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE26B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE26B1 is #51D94E. Grayscale: #5E5E5E. Windows color (decimal): -5364047 or 11609774. OLE color: 11609774.
HSL color Cylindrical-coordinate representation of color #AE26B1: hue angle of 298.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE26B1 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 38 | 177 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.31 |
| HSL | 298.71º | 0.65% | 0.42% | - |
| HSV(B) | 298.71º | 0.79% | 0.69% | - |
| XYZ | 26.08 | 13.56 | 42.84 | - |
| YUV | 94.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 177 | 0.02 | 0.79 | 0 | 0.31 | 298.71 | 0.65 | 0.42 |
| Hex | AE | 26 | B1 | 2 | 4F | 0 | 1F | 12B | 41 | 2A |
| Octal | 256 | 46 | 261 | 2 | 117 | 0 | 37 | 453 | 101 | 52 |
| Binary | 10101110 | 100110 | 10110001 | 10 | 1001111 | 0 | 11111 | 100101011 | 1000001 | 101010 |
Color Harmonies of #AE26B1
Complementary color
Monochromatic Colors of #AE26B1
Black with #AE26B1
Text Example
Text Example
White with #AE26B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE26B1; }
p { color: rgb(174,38,177); }
H1.HeaderClassName
{
color: #AE26B1;
}
.AnyTagClassName
{
color: #AE26B1;
}
</style>
background-color css
<style>
a { background-color: #AE26B1; }
a { background-color: rgb(174,38,177); }
div.DivClassName
{
background-color: #AE26B1;
}
.BgClassName
{
background-color: #AE26B1;
}
</style>
border-color css
<style>
span { border-color: #AE26B1; }
span { border-color: rgb(174,38,177); }
td.TdClassName
{
border-color: #AE26B1;
}
.TagClassName
{
border-color: #AE26B1;
}
</style>