Shades of Dark Orchid #AD2BAF
Tints of Dark Orchid #AD2BAF
RGB
CMYK
RGB Variations
Color information
#AD2BAF (or 0xAD2BAF) is known color: Dark Orchid. HEX triplet: AD, 2B and AF. RGB value is (173,43,175). Sum of RGB (Red+Green+Blue) = 173+43+175=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD2BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BAF is #52D450. Grayscale: #606060. Windows color (decimal): -5428305 or 11479981. OLE color: 11479981.
HSL color Cylindrical-coordinate representation of color #AD2BAF: hue angle of 299.09º degrees, saturation: 0.61, 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 #AD2BAF is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 43 | 175 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.31 |
| HSL | 299.09º | 0.61% | 0.43% | - |
| HSV(B) | 299.09º | 0.75% | 0.69% | - |
| XYZ | 25.84 | 13.71 | 41.84 | - |
| YUV | 96.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 175 | 0.01 | 0.75 | 0 | 0.31 | 299.09 | 0.61 | 0.43 |
| Hex | AD | 2B | AF | 1 | 4B | 0 | 1F | 12B | 3D | 2B |
| Octal | 255 | 53 | 257 | 1 | 113 | 0 | 37 | 453 | 75 | 53 |
| Binary | 10101101 | 101011 | 10101111 | 1 | 1001011 | 0 | 11111 | 100101011 | 111101 | 101011 |
Color Harmonies of #AD2BAF
Complementary color
Monochromatic Colors of #AD2BAF
Black with #AD2BAF
Text Example
Text Example
White with #AD2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BAF; }
p { color: rgb(173,43,175); }
H1.HeaderClassName
{
color: #AD2BAF;
}
.AnyTagClassName
{
color: #AD2BAF;
}
</style>
background-color css
<style>
a { background-color: #AD2BAF; }
a { background-color: rgb(173,43,175); }
div.DivClassName
{
background-color: #AD2BAF;
}
.BgClassName
{
background-color: #AD2BAF;
}
</style>
border-color css
<style>
span { border-color: #AD2BAF; }
span { border-color: rgb(173,43,175); }
td.TdClassName
{
border-color: #AD2BAF;
}
.TagClassName
{
border-color: #AD2BAF;
}
</style>