Shades of Dark Orchid #AE1BCB
Tints of Dark Orchid #AE1BCB
RGB
CMYK
RGB Variations
Color information
#AE1BCB (or 0xAE1BCB) is known color: Dark Orchid. HEX triplet: AE, 1B and CB. RGB value is (174,27,203). Sum of RGB (Red+Green+Blue) = 174+27+203=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE1BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BCB is #51E434. Grayscale: #5A5A5A. Windows color (decimal): -5366837 or 13310894. OLE color: 13310894.
HSL color Cylindrical-coordinate representation of color #AE1BCB: hue angle of 290.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1BCB is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 27 | 203 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.20 |
| HSL | 290.11º | 0.77% | 0.45% | - |
| HSV(B) | 290.11º | 0.87% | 0.8% | - |
| XYZ | 28.63 | 14.09 | 57.71 | - |
| YUV | 91.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 203 | 0.14 | 0.87 | 0 | 0.20 | 290.11 | 0.77 | 0.45 |
| Hex | AE | 1B | CB | E | 57 | 0 | 14 | 122 | 4D | 2D |
| Octal | 256 | 33 | 313 | 16 | 127 | 0 | 24 | 442 | 115 | 55 |
| Binary | 10101110 | 11011 | 11001011 | 1110 | 1010111 | 0 | 10100 | 100100010 | 1001101 | 101101 |
Color Harmonies of #AE1BCB
Complementary color
Monochromatic Colors of #AE1BCB
Black with #AE1BCB
Text Example
Text Example
White with #AE1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1BCB; }
p { color: rgb(174,27,203); }
H1.HeaderClassName
{
color: #AE1BCB;
}
.AnyTagClassName
{
color: #AE1BCB;
}
</style>
background-color css
<style>
a { background-color: #AE1BCB; }
a { background-color: rgb(174,27,203); }
div.DivClassName
{
background-color: #AE1BCB;
}
.BgClassName
{
background-color: #AE1BCB;
}
</style>
border-color css
<style>
span { border-color: #AE1BCB; }
span { border-color: rgb(174,27,203); }
td.TdClassName
{
border-color: #AE1BCB;
}
.TagClassName
{
border-color: #AE1BCB;
}
</style>