Shades of Dark Orchid #AD28B4
Tints of Dark Orchid #AD28B4
RGB
CMYK
RGB Variations
Color information
#AD28B4 (or 0xAD28B4) is known color: Dark Orchid. HEX triplet: AD, 28 and B4. RGB value is (173,40,180). Sum of RGB (Red+Green+Blue) = 173+40+180=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD28B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28B4 is #52D74B. Grayscale: #5F5F5F. Windows color (decimal): -5429068 or 11806893. OLE color: 11806893.
HSL color Cylindrical-coordinate representation of color #AD28B4: hue angle of 297º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD28B4 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 40 | 180 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.29 |
| HSL | 297º | 0.64% | 0.43% | - |
| HSV(B) | 297º | 0.78% | 0.71% | - |
| XYZ | 26.23 | 13.7 | 44.44 | - |
| YUV | 95.73 | 175.56 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 180 | 0.04 | 0.78 | 0 | 0.29 | 297 | 0.64 | 0.43 |
| Hex | AD | 28 | B4 | 4 | 4E | 0 | 1D | 129 | 40 | 2B |
| Octal | 255 | 50 | 264 | 4 | 116 | 0 | 35 | 451 | 100 | 53 |
| Binary | 10101101 | 101000 | 10110100 | 100 | 1001110 | 0 | 11101 | 100101001 | 1000000 | 101011 |
Color Harmonies of #AD28B4
Complementary color
Monochromatic Colors of #AD28B4
Black with #AD28B4
Text Example
Text Example
White with #AD28B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28B4; }
p { color: rgb(173,40,180); }
H1.HeaderClassName
{
color: #AD28B4;
}
.AnyTagClassName
{
color: #AD28B4;
}
</style>
background-color css
<style>
a { background-color: #AD28B4; }
a { background-color: rgb(173,40,180); }
div.DivClassName
{
background-color: #AD28B4;
}
.BgClassName
{
background-color: #AD28B4;
}
</style>
border-color css
<style>
span { border-color: #AD28B4; }
span { border-color: rgb(173,40,180); }
td.TdClassName
{
border-color: #AD28B4;
}
.TagClassName
{
border-color: #AD28B4;
}
</style>