Shades of Dark Orchid #AD2FB6
Tints of Dark Orchid #AD2FB6
RGB
CMYK
RGB Variations
Color information
#AD2FB6 (or 0xAD2FB6) is known color: Dark Orchid. HEX triplet: AD, 2F and B6. RGB value is (173,47,182). Sum of RGB (Red+Green+Blue) = 173+47+182=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD2FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FB6 is #52D049. Grayscale: #636363. Windows color (decimal): -5427274 or 11939757. OLE color: 11939757.
HSL color Cylindrical-coordinate representation of color #AD2FB6: hue angle of 296º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2FB6 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 47 | 182 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.29 |
| HSL | 296º | 0.59% | 0.45% | - |
| HSV(B) | 296º | 0.74% | 0.71% | - |
| XYZ | 26.69 | 14.29 | 45.61 | - |
| YUV | 100.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 182 | 0.05 | 0.74 | 0 | 0.29 | 296 | 0.59 | 0.45 |
| Hex | AD | 2F | B6 | 5 | 4A | 0 | 1D | 128 | 3B | 2D |
| Octal | 255 | 57 | 266 | 5 | 112 | 0 | 35 | 450 | 73 | 55 |
| Binary | 10101101 | 101111 | 10110110 | 101 | 1001010 | 0 | 11101 | 100101000 | 111011 | 101101 |
Color Harmonies of #AD2FB6
Complementary color
Monochromatic Colors of #AD2FB6
Black with #AD2FB6
Text Example
Text Example
White with #AD2FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FB6; }
p { color: rgb(173,47,182); }
H1.HeaderClassName
{
color: #AD2FB6;
}
.AnyTagClassName
{
color: #AD2FB6;
}
</style>
background-color css
<style>
a { background-color: #AD2FB6; }
a { background-color: rgb(173,47,182); }
div.DivClassName
{
background-color: #AD2FB6;
}
.BgClassName
{
background-color: #AD2FB6;
}
</style>
border-color css
<style>
span { border-color: #AD2FB6; }
span { border-color: rgb(173,47,182); }
td.TdClassName
{
border-color: #AD2FB6;
}
.TagClassName
{
border-color: #AD2FB6;
}
</style>