Shades of Dark Orchid #AD2EAF
Tints of Dark Orchid #AD2EAF
RGB
CMYK
RGB Variations
Color information
#AD2EAF (or 0xAD2EAF) is known color: Dark Orchid. HEX triplet: AD, 2E and AF. RGB value is (173,46,175). Sum of RGB (Red+Green+Blue) = 173+46+175=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD2EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2EAF is #52D150. Grayscale: #626262. Windows color (decimal): -5427537 or 11480749. OLE color: 11480749.
HSL color Cylindrical-coordinate representation of color #AD2EAF: hue angle of 299.07º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2EAF is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 46 | 175 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.31 |
| HSL | 299.07º | 0.58% | 0.43% | - |
| HSV(B) | 299.07º | 0.74% | 0.69% | - |
| XYZ | 25.95 | 13.93 | 41.88 | - |
| YUV | 98.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 175 | 0.01 | 0.74 | 0 | 0.31 | 299.07 | 0.58 | 0.43 |
| Hex | AD | 2E | AF | 1 | 4A | 0 | 1F | 12B | 3A | 2B |
| Octal | 255 | 56 | 257 | 1 | 112 | 0 | 37 | 453 | 72 | 53 |
| Binary | 10101101 | 101110 | 10101111 | 1 | 1001010 | 0 | 11111 | 100101011 | 111010 | 101011 |
Color Harmonies of #AD2EAF
Complementary color
Monochromatic Colors of #AD2EAF
Black with #AD2EAF
Text Example
Text Example
White with #AD2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EAF; }
p { color: rgb(173,46,175); }
H1.HeaderClassName
{
color: #AD2EAF;
}
.AnyTagClassName
{
color: #AD2EAF;
}
</style>
background-color css
<style>
a { background-color: #AD2EAF; }
a { background-color: rgb(173,46,175); }
div.DivClassName
{
background-color: #AD2EAF;
}
.BgClassName
{
background-color: #AD2EAF;
}
</style>
border-color css
<style>
span { border-color: #AD2EAF; }
span { border-color: rgb(173,46,175); }
td.TdClassName
{
border-color: #AD2EAF;
}
.TagClassName
{
border-color: #AD2EAF;
}
</style>