Shades of Medium Orchid #AF4ADF
Tints of Medium Orchid #AF4ADF
RGB
CMYK
RGB Variations
Color information
#AF4ADF (or 0xAF4ADF) is known color: Medium Orchid. HEX triplet: AF, 4A and DF. RGB value is (175,74,223). Sum of RGB (Red+Green+Blue) = 175+74+223=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF4ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ADF is #50B520. Grayscale: #787878. Windows color (decimal): -5289249 or 14633647. OLE color: 14633647.
HSL color Cylindrical-coordinate representation of color #AF4ADF: hue angle of 280.67º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4ADF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 74 | 223 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.13 |
| HSL | 280.67º | 0.7% | 0.58% | - |
| HSV(B) | 280.67º | 0.67% | 0.87% | - |
| XYZ | 33.45 | 19.34 | 71.78 | - |
| YUV | 121.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 223 | 0.22 | 0.67 | 0 | 0.13 | 280.67 | 0.7 | 0.58 |
| Hex | AF | 4A | DF | 16 | 43 | 0 | D | 119 | 46 | 3A |
| Octal | 257 | 112 | 337 | 26 | 103 | 0 | 15 | 431 | 106 | 72 |
| Binary | 10101111 | 1001010 | 11011111 | 10110 | 1000011 | 0 | 1101 | 100011001 | 1000110 | 111010 |
Color Harmonies of #AF4ADF
Complementary color
Monochromatic Colors of #AF4ADF
Black with #AF4ADF
Text Example
Text Example
White with #AF4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ADF; }
p { color: rgb(175,74,223); }
H1.HeaderClassName
{
color: #AF4ADF;
}
.AnyTagClassName
{
color: #AF4ADF;
}
</style>
background-color css
<style>
a { background-color: #AF4ADF; }
a { background-color: rgb(175,74,223); }
div.DivClassName
{
background-color: #AF4ADF;
}
.BgClassName
{
background-color: #AF4ADF;
}
</style>
border-color css
<style>
span { border-color: #AF4ADF; }
span { border-color: rgb(175,74,223); }
td.TdClassName
{
border-color: #AF4ADF;
}
.TagClassName
{
border-color: #AF4ADF;
}
</style>