Shades of Medium Orchid #AF47DA
Tints of Medium Orchid #AF47DA
RGB
CMYK
RGB Variations
Color information
#AF47DA (or 0xAF47DA) is known color: Medium Orchid. HEX triplet: AF, 47 and DA. RGB value is (175,71,218). Sum of RGB (Red+Green+Blue) = 175+71+218=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF47DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47DA is #50B825. Grayscale: #767676. Windows color (decimal): -5290022 or 14305199. OLE color: 14305199.
HSL color Cylindrical-coordinate representation of color #AF47DA: hue angle of 282.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF47DA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 71 | 218 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.15 |
| HSL | 282.45º | 0.67% | 0.57% | - |
| HSV(B) | 282.45º | 0.67% | 0.85% | - |
| XYZ | 32.59 | 18.68 | 68.22 | - |
| YUV | 118.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 218 | 0.20 | 0.67 | 0 | 0.15 | 282.45 | 0.67 | 0.57 |
| Hex | AF | 47 | DA | 14 | 43 | 0 | F | 11A | 43 | 39 |
| Octal | 257 | 107 | 332 | 24 | 103 | 0 | 17 | 432 | 103 | 71 |
| Binary | 10101111 | 1000111 | 11011010 | 10100 | 1000011 | 0 | 1111 | 100011010 | 1000011 | 111001 |
Color Harmonies of #AF47DA
Complementary color
Monochromatic Colors of #AF47DA
Black with #AF47DA
Text Example
Text Example
White with #AF47DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47DA; }
p { color: rgb(175,71,218); }
H1.HeaderClassName
{
color: #AF47DA;
}
.AnyTagClassName
{
color: #AF47DA;
}
</style>
background-color css
<style>
a { background-color: #AF47DA; }
a { background-color: rgb(175,71,218); }
div.DivClassName
{
background-color: #AF47DA;
}
.BgClassName
{
background-color: #AF47DA;
}
</style>
border-color css
<style>
span { border-color: #AF47DA; }
span { border-color: rgb(175,71,218); }
td.TdClassName
{
border-color: #AF47DA;
}
.TagClassName
{
border-color: #AF47DA;
}
</style>