Shades of Dark Orchid #AD2FAD
Tints of Dark Orchid #AD2FAD
RGB
CMYK
RGB Variations
Color information
#AD2FAD (or 0xAD2FAD) is known color: Dark Orchid. HEX triplet: AD, 2F and AD. RGB value is (173,47,173). Sum of RGB (Red+Green+Blue) = 173+47+173=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD2FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2FAD is #52D052. Grayscale: #626262. Windows color (decimal): -5427283 or 11349933. OLE color: 11349933.
HSL color Cylindrical-coordinate representation of color #AD2FAD: hue angle of 300º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2FAD is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 173 | - |
| CMYK | 0 | 0.73 | 0 | 0.32 |
| HSL | 300º | 0.57% | 0.43% | - |
| HSV(B) | 300º | 0.73% | 0.68% | - |
| XYZ | 25.79 | 13.93 | 40.87 | - |
| YUV | 99.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 173 | 0 | 0.73 | 0 | 0.32 | 300 | 0.57 | 0.43 |
| Hex | AD | 2F | AD | 0 | 49 | 0 | 20 | 12C | 39 | 2B |
| Octal | 255 | 57 | 255 | 0 | 111 | 0 | 40 | 454 | 71 | 53 |
| Binary | 10101101 | 101111 | 10101101 | 0 | 1001001 | 0 | 100000 | 100101100 | 111001 | 101011 |
Color Harmonies of #AD2FAD
Complementary color
Monochromatic Colors of #AD2FAD
Black with #AD2FAD
Text Example
Text Example
White with #AD2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FAD; }
p { color: rgb(173,47,173); }
H1.HeaderClassName
{
color: #AD2FAD;
}
.AnyTagClassName
{
color: #AD2FAD;
}
</style>
background-color css
<style>
a { background-color: #AD2FAD; }
a { background-color: rgb(173,47,173); }
div.DivClassName
{
background-color: #AD2FAD;
}
.BgClassName
{
background-color: #AD2FAD;
}
</style>
border-color css
<style>
span { border-color: #AD2FAD; }
span { border-color: rgb(173,47,173); }
td.TdClassName
{
border-color: #AD2FAD;
}
.TagClassName
{
border-color: #AD2FAD;
}
</style>