Shades of Dark Orchid #AD2CAF
Tints of Dark Orchid #AD2CAF
RGB
CMYK
RGB Variations
Color information
#AD2CAF (or 0xAD2CAF) is known color: Dark Orchid. HEX triplet: AD, 2C and AF. RGB value is (173,44,175). Sum of RGB (Red+Green+Blue) = 173+44+175=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD2CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2CAF is #52D350. Grayscale: #616161. Windows color (decimal): -5428049 or 11480237. OLE color: 11480237.
HSL color Cylindrical-coordinate representation of color #AD2CAF: hue angle of 299.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2CAF is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 44 | 175 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.31 |
| HSL | 299.08º | 0.6% | 0.43% | - |
| HSV(B) | 299.08º | 0.75% | 0.69% | - |
| XYZ | 25.87 | 13.78 | 41.85 | - |
| YUV | 97.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 175 | 0.01 | 0.75 | 0 | 0.31 | 299.08 | 0.6 | 0.43 |
| Hex | AD | 2C | AF | 1 | 4B | 0 | 1F | 12B | 3C | 2B |
| Octal | 255 | 54 | 257 | 1 | 113 | 0 | 37 | 453 | 74 | 53 |
| Binary | 10101101 | 101100 | 10101111 | 1 | 1001011 | 0 | 11111 | 100101011 | 111100 | 101011 |
Color Harmonies of #AD2CAF
Complementary color
Monochromatic Colors of #AD2CAF
Black with #AD2CAF
Text Example
Text Example
White with #AD2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CAF; }
p { color: rgb(173,44,175); }
H1.HeaderClassName
{
color: #AD2CAF;
}
.AnyTagClassName
{
color: #AD2CAF;
}
</style>
background-color css
<style>
a { background-color: #AD2CAF; }
a { background-color: rgb(173,44,175); }
div.DivClassName
{
background-color: #AD2CAF;
}
.BgClassName
{
background-color: #AD2CAF;
}
</style>
border-color css
<style>
span { border-color: #AD2CAF; }
span { border-color: rgb(173,44,175); }
td.TdClassName
{
border-color: #AD2CAF;
}
.TagClassName
{
border-color: #AD2CAF;
}
</style>