Shades of Dark Orchid #AD28AF
Tints of Dark Orchid #AD28AF
RGB
CMYK
RGB Variations
Color information
#AD28AF (or 0xAD28AF) is known color: Dark Orchid. HEX triplet: AD, 28 and AF. RGB value is (173,40,175). Sum of RGB (Red+Green+Blue) = 173+40+175=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD28AF is #52D750. Grayscale: #5E5E5E. Windows color (decimal): -5429073 or 11479213. OLE color: 11479213.
HSL color Cylindrical-coordinate representation of color #AD28AF: hue angle of 299.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD28AF is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 40 | 175 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.31 |
| HSL | 299.11º | 0.63% | 0.42% | - |
| HSV(B) | 299.11º | 0.77% | 0.69% | - |
| XYZ | 25.73 | 13.5 | 41.81 | - |
| YUV | 95.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 175 | 0.01 | 0.77 | 0 | 0.31 | 299.11 | 0.63 | 0.42 |
| Hex | AD | 28 | AF | 1 | 4D | 0 | 1F | 12B | 3F | 2A |
| Octal | 255 | 50 | 257 | 1 | 115 | 0 | 37 | 453 | 77 | 52 |
| Binary | 10101101 | 101000 | 10101111 | 1 | 1001101 | 0 | 11111 | 100101011 | 111111 | 101010 |
Color Harmonies of #AD28AF
Complementary color
Monochromatic Colors of #AD28AF
Black with #AD28AF
Text Example
Text Example
White with #AD28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28AF; }
p { color: rgb(173,40,175); }
H1.HeaderClassName
{
color: #AD28AF;
}
.AnyTagClassName
{
color: #AD28AF;
}
</style>
background-color css
<style>
a { background-color: #AD28AF; }
a { background-color: rgb(173,40,175); }
div.DivClassName
{
background-color: #AD28AF;
}
.BgClassName
{
background-color: #AD28AF;
}
</style>
border-color css
<style>
span { border-color: #AD28AF; }
span { border-color: rgb(173,40,175); }
td.TdClassName
{
border-color: #AD28AF;
}
.TagClassName
{
border-color: #AD28AF;
}
</style>