Shades of Medium Orchid #AD43C4
Tints of Medium Orchid #AD43C4
RGB
CMYK
RGB Variations
Color information
#AD43C4 (or 0xAD43C4) is known color: Medium Orchid. HEX triplet: AD, 43 and C4. RGB value is (173,67,196). Sum of RGB (Red+Green+Blue) = 173+67+196=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD43C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43C4 is #52BC3B. Grayscale: #707070. Windows color (decimal): -5422140 or 12862381. OLE color: 12862381.
HSL color Cylindrical-coordinate representation of color #AD43C4: hue angle of 289.3º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD43C4 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 67 | 196 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.23 |
| HSL | 289.3º | 0.52% | 0.52% | - |
| HSV(B) | 289.3º | 0.66% | 0.77% | - |
| XYZ | 29.2 | 16.88 | 53.94 | - |
| YUV | 113.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 196 | 0.12 | 0.66 | 0 | 0.23 | 289.3 | 0.52 | 0.52 |
| Hex | AD | 43 | C4 | C | 42 | 0 | 17 | 121 | 34 | 34 |
| Octal | 255 | 103 | 304 | 14 | 102 | 0 | 27 | 441 | 64 | 64 |
| Binary | 10101101 | 1000011 | 11000100 | 1100 | 1000010 | 0 | 10111 | 100100001 | 110100 | 110100 |
Color Harmonies of #AD43C4
Complementary color
Monochromatic Colors of #AD43C4
Black with #AD43C4
Text Example
Text Example
White with #AD43C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43C4; }
p { color: rgb(173,67,196); }
H1.HeaderClassName
{
color: #AD43C4;
}
.AnyTagClassName
{
color: #AD43C4;
}
</style>
background-color css
<style>
a { background-color: #AD43C4; }
a { background-color: rgb(173,67,196); }
div.DivClassName
{
background-color: #AD43C4;
}
.BgClassName
{
background-color: #AD43C4;
}
</style>
border-color css
<style>
span { border-color: #AD43C4; }
span { border-color: rgb(173,67,196); }
td.TdClassName
{
border-color: #AD43C4;
}
.TagClassName
{
border-color: #AD43C4;
}
</style>