Shades of Medium Orchid #AF42F7
Tints of Medium Orchid #AF42F7
RGB
CMYK
RGB Variations
Color information
#AF42F7 (or 0xAF42F7) is known color: Medium Orchid. HEX triplet: AF, 42 and F7. RGB value is (175,66,247). Sum of RGB (Red+Green+Blue) = 175+66+247=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF42F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42F7 is #50BD08. Grayscale: #767676. Windows color (decimal): -5291273 or 16204463. OLE color: 16204463.
HSL color Cylindrical-coordinate representation of color #AF42F7: hue angle of 276.13º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF42F7 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 66 | 247 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.03 |
| HSL | 276.13º | 0.92% | 0.61% | - |
| HSV(B) | 276.13º | 0.73% | 0.97% | - |
| XYZ | 36.42 | 19.73 | 89.88 | - |
| YUV | 119.23 | 200.11 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 247 | 0.29 | 0.73 | 0 | 0.03 | 276.13 | 0.92 | 0.61 |
| Hex | AF | 42 | F7 | 1D | 49 | 0 | 3 | 114 | 5C | 3D |
| Octal | 257 | 102 | 367 | 35 | 111 | 0 | 3 | 424 | 134 | 75 |
| Binary | 10101111 | 1000010 | 11110111 | 11101 | 1001001 | 0 | 11 | 100010100 | 1011100 | 111101 |
Color Harmonies of #AF42F7
Complementary color
Monochromatic Colors of #AF42F7
Black with #AF42F7
Text Example
Text Example
White with #AF42F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42F7; }
p { color: rgb(175,66,247); }
H1.HeaderClassName
{
color: #AF42F7;
}
.AnyTagClassName
{
color: #AF42F7;
}
</style>
background-color css
<style>
a { background-color: #AF42F7; }
a { background-color: rgb(175,66,247); }
div.DivClassName
{
background-color: #AF42F7;
}
.BgClassName
{
background-color: #AF42F7;
}
</style>
border-color css
<style>
span { border-color: #AF42F7; }
span { border-color: rgb(175,66,247); }
td.TdClassName
{
border-color: #AF42F7;
}
.TagClassName
{
border-color: #AF42F7;
}
</style>