Shades of Dark Orchid #AE2DB8
Tints of Dark Orchid #AE2DB8
RGB
CMYK
RGB Variations
Color information
#AE2DB8 (or 0xAE2DB8) is known color: Dark Orchid. HEX triplet: AE, 2D and B8. RGB value is (174,45,184). Sum of RGB (Red+Green+Blue) = 174+45+184=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE2DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DB8 is #51D247. Grayscale: #626262. Windows color (decimal): -5362248 or 12070318. OLE color: 12070318.
HSL color Cylindrical-coordinate representation of color #AE2DB8: hue angle of 295.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2DB8 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 45 | 184 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.28 |
| HSL | 295.68º | 0.61% | 0.45% | - |
| HSV(B) | 295.68º | 0.76% | 0.72% | - |
| XYZ | 27.05 | 14.34 | 46.69 | - |
| YUV | 99.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 184 | 0.05 | 0.76 | 0 | 0.28 | 295.68 | 0.61 | 0.45 |
| Hex | AE | 2D | B8 | 5 | 4C | 0 | 1C | 128 | 3D | 2D |
| Octal | 256 | 55 | 270 | 5 | 114 | 0 | 34 | 450 | 75 | 55 |
| Binary | 10101110 | 101101 | 10111000 | 101 | 1001100 | 0 | 11100 | 100101000 | 111101 | 101101 |
Color Harmonies of #AE2DB8
Complementary color
Monochromatic Colors of #AE2DB8
Black with #AE2DB8
Text Example
Text Example
White with #AE2DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2DB8; }
p { color: rgb(174,45,184); }
H1.HeaderClassName
{
color: #AE2DB8;
}
.AnyTagClassName
{
color: #AE2DB8;
}
</style>
background-color css
<style>
a { background-color: #AE2DB8; }
a { background-color: rgb(174,45,184); }
div.DivClassName
{
background-color: #AE2DB8;
}
.BgClassName
{
background-color: #AE2DB8;
}
</style>
border-color css
<style>
span { border-color: #AE2DB8; }
span { border-color: rgb(174,45,184); }
td.TdClassName
{
border-color: #AE2DB8;
}
.TagClassName
{
border-color: #AE2DB8;
}
</style>