Shades of Medium Orchid #AD4AF2
Tints of Medium Orchid #AD4AF2
RGB
CMYK
RGB Variations
Color information
#AD4AF2 (or 0xAD4AF2) is known color: Medium Orchid. HEX triplet: AD, 4A and F2. RGB value is (173,74,242). Sum of RGB (Red+Green+Blue) = 173+74+242=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD4AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AF2 is #52B50D. Grayscale: #7A7A7A. Windows color (decimal): -5420302 or 15878829. OLE color: 15878829.
HSL color Cylindrical-coordinate representation of color #AD4AF2: hue angle of 275.36º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4AF2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 74 | 242 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.05 |
| HSL | 275.36º | 0.87% | 0.62% | - |
| HSV(B) | 275.36º | 0.69% | 0.95% | - |
| XYZ | 35.71 | 20.19 | 86.02 | - |
| YUV | 122.75 | 195.3 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 242 | 0.29 | 0.69 | 0 | 0.05 | 275.36 | 0.87 | 0.62 |
| Hex | AD | 4A | F2 | 1D | 45 | 0 | 5 | 113 | 57 | 3E |
| Octal | 255 | 112 | 362 | 35 | 105 | 0 | 5 | 423 | 127 | 76 |
| Binary | 10101101 | 1001010 | 11110010 | 11101 | 1000101 | 0 | 101 | 100010011 | 1010111 | 111110 |
Color Harmonies of #AD4AF2
Complementary color
Monochromatic Colors of #AD4AF2
Black with #AD4AF2
Text Example
Text Example
White with #AD4AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AF2; }
p { color: rgb(173,74,242); }
H1.HeaderClassName
{
color: #AD4AF2;
}
.AnyTagClassName
{
color: #AD4AF2;
}
</style>
background-color css
<style>
a { background-color: #AD4AF2; }
a { background-color: rgb(173,74,242); }
div.DivClassName
{
background-color: #AD4AF2;
}
.BgClassName
{
background-color: #AD4AF2;
}
</style>
border-color css
<style>
span { border-color: #AD4AF2; }
span { border-color: rgb(173,74,242); }
td.TdClassName
{
border-color: #AD4AF2;
}
.TagClassName
{
border-color: #AD4AF2;
}
</style>