Shades of Dark Orchid #AD2FAE
Tints of Dark Orchid #AD2FAE
RGB
CMYK
RGB Variations
Color information
#AD2FAE (or 0xAD2FAE) is known color: Dark Orchid. HEX triplet: AD, 2F and AE. RGB value is (173,47,174). Sum of RGB (Red+Green+Blue) = 173+47+174=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD2FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2FAE is #52D051. Grayscale: #626262. Windows color (decimal): -5427282 or 11415469. OLE color: 11415469.
HSL color Cylindrical-coordinate representation of color #AD2FAE: hue angle of 299.53º 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 #AD2FAE is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 174 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.32 |
| HSL | 299.53º | 0.57% | 0.43% | - |
| HSV(B) | 299.53º | 0.73% | 0.68% | - |
| XYZ | 25.89 | 13.97 | 41.38 | - |
| YUV | 99.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 174 | 0.01 | 0.73 | 0 | 0.32 | 299.53 | 0.57 | 0.43 |
| Hex | AD | 2F | AE | 1 | 49 | 0 | 20 | 12C | 39 | 2B |
| Octal | 255 | 57 | 256 | 1 | 111 | 0 | 40 | 454 | 71 | 53 |
| Binary | 10101101 | 101111 | 10101110 | 1 | 1001001 | 0 | 100000 | 100101100 | 111001 | 101011 |
Color Harmonies of #AD2FAE
Complementary color
Monochromatic Colors of #AD2FAE
Black with #AD2FAE
Text Example
Text Example
White with #AD2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FAE; }
p { color: rgb(173,47,174); }
H1.HeaderClassName
{
color: #AD2FAE;
}
.AnyTagClassName
{
color: #AD2FAE;
}
</style>
background-color css
<style>
a { background-color: #AD2FAE; }
a { background-color: rgb(173,47,174); }
div.DivClassName
{
background-color: #AD2FAE;
}
.BgClassName
{
background-color: #AD2FAE;
}
</style>
border-color css
<style>
span { border-color: #AD2FAE; }
span { border-color: rgb(173,47,174); }
td.TdClassName
{
border-color: #AD2FAE;
}
.TagClassName
{
border-color: #AD2FAE;
}
</style>