Shades of Dark Orchid #AD1FB1
Tints of Dark Orchid #AD1FB1
RGB
CMYK
RGB Variations
Color information
#AD1FB1 (or 0xAD1FB1) is known color: Dark Orchid. HEX triplet: AD, 1F and B1. RGB value is (173,31,177). Sum of RGB (Red+Green+Blue) = 173+31+177=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD1FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FB1 is #52E04E. Grayscale: #595959. Windows color (decimal): -5431375 or 11607981. OLE color: 11607981.
HSL color Cylindrical-coordinate representation of color #AD1FB1: hue angle of 298.36º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1FB1 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 31 | 177 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.31 |
| HSL | 298.36º | 0.7% | 0.41% | - |
| HSV(B) | 298.36º | 0.82% | 0.69% | - |
| XYZ | 25.66 | 13.04 | 42.76 | - |
| YUV | 90.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 177 | 0.02 | 0.82 | 0 | 0.31 | 298.36 | 0.7 | 0.41 |
| Hex | AD | 1F | B1 | 2 | 52 | 0 | 1F | 12A | 46 | 29 |
| Octal | 255 | 37 | 261 | 2 | 122 | 0 | 37 | 452 | 106 | 51 |
| Binary | 10101101 | 11111 | 10110001 | 10 | 1010010 | 0 | 11111 | 100101010 | 1000110 | 101001 |
Color Harmonies of #AD1FB1
Complementary color
Monochromatic Colors of #AD1FB1
Black with #AD1FB1
Text Example
Text Example
White with #AD1FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FB1; }
p { color: rgb(173,31,177); }
H1.HeaderClassName
{
color: #AD1FB1;
}
.AnyTagClassName
{
color: #AD1FB1;
}
</style>
background-color css
<style>
a { background-color: #AD1FB1; }
a { background-color: rgb(173,31,177); }
div.DivClassName
{
background-color: #AD1FB1;
}
.BgClassName
{
background-color: #AD1FB1;
}
</style>
border-color css
<style>
span { border-color: #AD1FB1; }
span { border-color: rgb(173,31,177); }
td.TdClassName
{
border-color: #AD1FB1;
}
.TagClassName
{
border-color: #AD1FB1;
}
</style>