Shades of Dark Orchid #AD25AF
Tints of Dark Orchid #AD25AF
RGB
CMYK
RGB Variations
Color information
#AD25AF (or 0xAD25AF) is known color: Dark Orchid. HEX triplet: AD, 25 and AF. RGB value is (173,37,175). Sum of RGB (Red+Green+Blue) = 173+37+175=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD25AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD25AF is #52DA50. Grayscale: #5C5C5C. Windows color (decimal): -5429841 or 11478445. OLE color: 11478445.
HSL color Cylindrical-coordinate representation of color #AD25AF: hue angle of 299.13º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD25AF is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 37 | 175 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.31 |
| HSL | 299.13º | 0.65% | 0.42% | - |
| HSV(B) | 299.13º | 0.79% | 0.69% | - |
| XYZ | 25.63 | 13.3 | 41.77 | - |
| YUV | 93.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 175 | 0.01 | 0.79 | 0 | 0.31 | 299.13 | 0.65 | 0.42 |
| Hex | AD | 25 | AF | 1 | 4F | 0 | 1F | 12B | 41 | 2A |
| Octal | 255 | 45 | 257 | 1 | 117 | 0 | 37 | 453 | 101 | 52 |
| Binary | 10101101 | 100101 | 10101111 | 1 | 1001111 | 0 | 11111 | 100101011 | 1000001 | 101010 |
Color Harmonies of #AD25AF
Complementary color
Monochromatic Colors of #AD25AF
Black with #AD25AF
Text Example
Text Example
White with #AD25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25AF; }
p { color: rgb(173,37,175); }
H1.HeaderClassName
{
color: #AD25AF;
}
.AnyTagClassName
{
color: #AD25AF;
}
</style>
background-color css
<style>
a { background-color: #AD25AF; }
a { background-color: rgb(173,37,175); }
div.DivClassName
{
background-color: #AD25AF;
}
.BgClassName
{
background-color: #AD25AF;
}
</style>
border-color css
<style>
span { border-color: #AD25AF; }
span { border-color: rgb(173,37,175); }
td.TdClassName
{
border-color: #AD25AF;
}
.TagClassName
{
border-color: #AD25AF;
}
</style>