Shades of Dark Orchid #AE2BD5
Tints of Dark Orchid #AE2BD5
RGB
CMYK
RGB Variations
Color information
#AE2BD5 (or 0xAE2BD5) is known color: Dark Orchid. HEX triplet: AE, 2B and D5. RGB value is (174,43,213). Sum of RGB (Red+Green+Blue) = 174+43+213=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE2BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BD5 is #51D42A. Grayscale: #656565. Windows color (decimal): -5362731 or 13970350. OLE color: 13970350.
HSL color Cylindrical-coordinate representation of color #AE2BD5: hue angle of 286.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2BD5 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 43 | 213 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.16 |
| HSL | 286.24º | 0.67% | 0.5% | - |
| HSV(B) | 286.24º | 0.8% | 0.84% | - |
| XYZ | 30.33 | 15.53 | 64.35 | - |
| YUV | 101.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 213 | 0.18 | 0.80 | 0 | 0.16 | 286.24 | 0.67 | 0.5 |
| Hex | AE | 2B | D5 | 12 | 50 | 0 | 10 | 11E | 43 | 32 |
| Octal | 256 | 53 | 325 | 22 | 120 | 0 | 20 | 436 | 103 | 62 |
| Binary | 10101110 | 101011 | 11010101 | 10010 | 1010000 | 0 | 10000 | 100011110 | 1000011 | 110010 |
Color Harmonies of #AE2BD5
Complementary color
Monochromatic Colors of #AE2BD5
Black with #AE2BD5
Text Example
Text Example
White with #AE2BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2BD5; }
p { color: rgb(174,43,213); }
H1.HeaderClassName
{
color: #AE2BD5;
}
.AnyTagClassName
{
color: #AE2BD5;
}
</style>
background-color css
<style>
a { background-color: #AE2BD5; }
a { background-color: rgb(174,43,213); }
div.DivClassName
{
background-color: #AE2BD5;
}
.BgClassName
{
background-color: #AE2BD5;
}
</style>
border-color css
<style>
span { border-color: #AE2BD5; }
span { border-color: rgb(174,43,213); }
td.TdClassName
{
border-color: #AE2BD5;
}
.TagClassName
{
border-color: #AE2BD5;
}
</style>