Shades of Medium Orchid #AF42DF
Tints of Medium Orchid #AF42DF
RGB
CMYK
RGB Variations
Color information
#AF42DF (or 0xAF42DF) is known color: Medium Orchid. HEX triplet: AF, 42 and DF. RGB value is (175,66,223). Sum of RGB (Red+Green+Blue) = 175+66+223=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF42DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42DF is #50BD20. Grayscale: #737373. Windows color (decimal): -5291297 or 14631599. OLE color: 14631599.
HSL color Cylindrical-coordinate representation of color #AF42DF: hue angle of 281.66º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF42DF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 66 | 223 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.13 |
| HSL | 281.66º | 0.71% | 0.57% | - |
| HSV(B) | 281.66º | 0.7% | 0.87% | - |
| XYZ | 32.95 | 18.34 | 71.62 | - |
| YUV | 116.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 223 | 0.22 | 0.70 | 0 | 0.13 | 281.66 | 0.71 | 0.57 |
| Hex | AF | 42 | DF | 16 | 46 | 0 | D | 11A | 47 | 39 |
| Octal | 257 | 102 | 337 | 26 | 106 | 0 | 15 | 432 | 107 | 71 |
| Binary | 10101111 | 1000010 | 11011111 | 10110 | 1000110 | 0 | 1101 | 100011010 | 1000111 | 111001 |
Color Harmonies of #AF42DF
Complementary color
Monochromatic Colors of #AF42DF
Black with #AF42DF
Text Example
Text Example
White with #AF42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42DF; }
p { color: rgb(175,66,223); }
H1.HeaderClassName
{
color: #AF42DF;
}
.AnyTagClassName
{
color: #AF42DF;
}
</style>
background-color css
<style>
a { background-color: #AF42DF; }
a { background-color: rgb(175,66,223); }
div.DivClassName
{
background-color: #AF42DF;
}
.BgClassName
{
background-color: #AF42DF;
}
</style>
border-color css
<style>
span { border-color: #AF42DF; }
span { border-color: rgb(175,66,223); }
td.TdClassName
{
border-color: #AF42DF;
}
.TagClassName
{
border-color: #AF42DF;
}
</style>