Shades of Dark Orchid #AD2CB7
Tints of Dark Orchid #AD2CB7
RGB
CMYK
RGB Variations
Color information
#AD2CB7 (or 0xAD2CB7) is known color: Dark Orchid. HEX triplet: AD, 2C and B7. RGB value is (173,44,183). Sum of RGB (Red+Green+Blue) = 173+44+183=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD2CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CB7 is #52D348. Grayscale: #616161. Windows color (decimal): -5428041 or 12004525. OLE color: 12004525.
HSL color Cylindrical-coordinate representation of color #AD2CB7: hue angle of 295.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2CB7 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 44 | 183 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.28 |
| HSL | 295.68º | 0.61% | 0.45% | - |
| HSV(B) | 295.68º | 0.76% | 0.72% | - |
| XYZ | 26.68 | 14.1 | 46.12 | - |
| YUV | 98.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 183 | 0.05 | 0.76 | 0 | 0.28 | 295.68 | 0.61 | 0.45 |
| Hex | AD | 2C | B7 | 5 | 4C | 0 | 1C | 128 | 3D | 2D |
| Octal | 255 | 54 | 267 | 5 | 114 | 0 | 34 | 450 | 75 | 55 |
| Binary | 10101101 | 101100 | 10110111 | 101 | 1001100 | 0 | 11100 | 100101000 | 111101 | 101101 |
Color Harmonies of #AD2CB7
Complementary color
Monochromatic Colors of #AD2CB7
Black with #AD2CB7
Text Example
Text Example
White with #AD2CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CB7; }
p { color: rgb(173,44,183); }
H1.HeaderClassName
{
color: #AD2CB7;
}
.AnyTagClassName
{
color: #AD2CB7;
}
</style>
background-color css
<style>
a { background-color: #AD2CB7; }
a { background-color: rgb(173,44,183); }
div.DivClassName
{
background-color: #AD2CB7;
}
.BgClassName
{
background-color: #AD2CB7;
}
</style>
border-color css
<style>
span { border-color: #AD2CB7; }
span { border-color: rgb(173,44,183); }
td.TdClassName
{
border-color: #AD2CB7;
}
.TagClassName
{
border-color: #AD2CB7;
}
</style>