Shades of Dark Orchid #AD2BC4
Tints of Dark Orchid #AD2BC4
RGB
CMYK
RGB Variations
Color information
#AD2BC4 (or 0xAD2BC4) is known color: Dark Orchid. HEX triplet: AD, 2B and C4. RGB value is (173,43,196). Sum of RGB (Red+Green+Blue) = 173+43+196=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD2BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BC4 is #52D43B. Grayscale: #626262. Windows color (decimal): -5428284 or 12856237. OLE color: 12856237.
HSL color Cylindrical-coordinate representation of color #AD2BC4: hue angle of 290.98º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2BC4 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 43 | 196 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.23 |
| HSL | 290.98º | 0.64% | 0.47% | - |
| HSV(B) | 290.98º | 0.78% | 0.77% | - |
| XYZ | 28.06 | 14.6 | 53.56 | - |
| YUV | 99.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 196 | 0.12 | 0.78 | 0 | 0.23 | 290.98 | 0.64 | 0.47 |
| Hex | AD | 2B | C4 | C | 4E | 0 | 17 | 123 | 40 | 2F |
| Octal | 255 | 53 | 304 | 14 | 116 | 0 | 27 | 443 | 100 | 57 |
| Binary | 10101101 | 101011 | 11000100 | 1100 | 1001110 | 0 | 10111 | 100100011 | 1000000 | 101111 |
Color Harmonies of #AD2BC4
Complementary color
Monochromatic Colors of #AD2BC4
Black with #AD2BC4
Text Example
Text Example
White with #AD2BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BC4; }
p { color: rgb(173,43,196); }
H1.HeaderClassName
{
color: #AD2BC4;
}
.AnyTagClassName
{
color: #AD2BC4;
}
</style>
background-color css
<style>
a { background-color: #AD2BC4; }
a { background-color: rgb(173,43,196); }
div.DivClassName
{
background-color: #AD2BC4;
}
.BgClassName
{
background-color: #AD2BC4;
}
</style>
border-color css
<style>
span { border-color: #AD2BC4; }
span { border-color: rgb(173,43,196); }
td.TdClassName
{
border-color: #AD2BC4;
}
.TagClassName
{
border-color: #AD2BC4;
}
</style>