Shades of Dark Orchid #AD1BAF
Tints of Dark Orchid #AD1BAF
RGB
CMYK
RGB Variations
Color information
#AD1BAF (or 0xAD1BAF) is known color: Dark Orchid. HEX triplet: AD, 1B and AF. RGB value is (173,27,175). Sum of RGB (Red+Green+Blue) = 173+27+175=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD1BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BAF is #52E450. Grayscale: #575757. Windows color (decimal): -5432401 or 11475885. OLE color: 11475885.
HSL color Cylindrical-coordinate representation of color #AD1BAF: hue angle of 299.19º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1BAF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 27 | 175 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.31 |
| HSL | 299.19º | 0.73% | 0.4% | - |
| HSV(B) | 299.19º | 0.85% | 0.69% | - |
| XYZ | 25.36 | 12.76 | 41.68 | - |
| YUV | 87.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 175 | 0.01 | 0.85 | 0 | 0.31 | 299.19 | 0.73 | 0.4 |
| Hex | AD | 1B | AF | 1 | 55 | 0 | 1F | 12B | 49 | 28 |
| Octal | 255 | 33 | 257 | 1 | 125 | 0 | 37 | 453 | 111 | 50 |
| Binary | 10101101 | 11011 | 10101111 | 1 | 1010101 | 0 | 11111 | 100101011 | 1001001 | 101000 |
Color Harmonies of #AD1BAF
Complementary color
Monochromatic Colors of #AD1BAF
Black with #AD1BAF
Text Example
Text Example
White with #AD1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BAF; }
p { color: rgb(173,27,175); }
H1.HeaderClassName
{
color: #AD1BAF;
}
.AnyTagClassName
{
color: #AD1BAF;
}
</style>
background-color css
<style>
a { background-color: #AD1BAF; }
a { background-color: rgb(173,27,175); }
div.DivClassName
{
background-color: #AD1BAF;
}
.BgClassName
{
background-color: #AD1BAF;
}
</style>
border-color css
<style>
span { border-color: #AD1BAF; }
span { border-color: rgb(173,27,175); }
td.TdClassName
{
border-color: #AD1BAF;
}
.TagClassName
{
border-color: #AD1BAF;
}
</style>