Shades of Medium Orchid #AD43FA
Tints of Medium Orchid #AD43FA
RGB
CMYK
RGB Variations
Color information
#AD43FA (or 0xAD43FA) is known color: Medium Orchid. HEX triplet: AD, 43 and FA. RGB value is (173,67,250). Sum of RGB (Red+Green+Blue) = 173+67+250=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD43FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD43FA is #52BC05. Grayscale: #767676. Windows color (decimal): -5422086 or 16401325. OLE color: 16401325.
HSL color Cylindrical-coordinate representation of color #AD43FA: hue angle of 274.75º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD43FA is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 67 | 250 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.02 |
| HSL | 274.75º | 0.95% | 0.62% | - |
| HSV(B) | 274.75º | 0.73% | 0.98% | - |
| XYZ | 36.5 | 19.8 | 92.34 | - |
| YUV | 119.56 | 201.62 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 250 | 0.31 | 0.73 | 0 | 0.02 | 274.75 | 0.95 | 0.62 |
| Hex | AD | 43 | FA | 1F | 49 | 0 | 2 | 113 | 5F | 3E |
| Octal | 255 | 103 | 372 | 37 | 111 | 0 | 2 | 423 | 137 | 76 |
| Binary | 10101101 | 1000011 | 11111010 | 11111 | 1001001 | 0 | 10 | 100010011 | 1011111 | 111110 |
Color Harmonies of #AD43FA
Complementary color
Monochromatic Colors of #AD43FA
Black with #AD43FA
Text Example
Text Example
White with #AD43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43FA; }
p { color: rgb(173,67,250); }
H1.HeaderClassName
{
color: #AD43FA;
}
.AnyTagClassName
{
color: #AD43FA;
}
</style>
background-color css
<style>
a { background-color: #AD43FA; }
a { background-color: rgb(173,67,250); }
div.DivClassName
{
background-color: #AD43FA;
}
.BgClassName
{
background-color: #AD43FA;
}
</style>
border-color css
<style>
span { border-color: #AD43FA; }
span { border-color: rgb(173,67,250); }
td.TdClassName
{
border-color: #AD43FA;
}
.TagClassName
{
border-color: #AD43FA;
}
</style>