Shades of Medium Orchid #AF4DFC
Tints of Medium Orchid #AF4DFC
RGB
CMYK
RGB Variations
Color information
#AF4DFC (or 0xAF4DFC) is known color: Medium Orchid. HEX triplet: AF, 4D and FC. RGB value is (175,77,252). Sum of RGB (Red+Green+Blue) = 175+77+252=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF4DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DFC is #50B203. Grayscale: #7D7D7D. Windows color (decimal): -5288452 or 16534959. OLE color: 16534959.
HSL color Cylindrical-coordinate representation of color #AF4DFC: hue angle of 273.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4DFC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 77 | 252 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.01 |
| HSL | 273.6º | 0.97% | 0.65% | - |
| HSV(B) | 273.6º | 0.69% | 0.99% | - |
| XYZ | 37.9 | 21.45 | 94.24 | - |
| YUV | 126.25 | 198.97 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 252 | 0.31 | 0.69 | 0 | 0.01 | 273.6 | 0.97 | 0.65 |
| Hex | AF | 4D | FC | 1F | 45 | 0 | 1 | 112 | 61 | 41 |
| Octal | 257 | 115 | 374 | 37 | 105 | 0 | 1 | 422 | 141 | 101 |
| Binary | 10101111 | 1001101 | 11111100 | 11111 | 1000101 | 0 | 1 | 100010010 | 1100001 | 1000001 |
Color Harmonies of #AF4DFC
Complementary color
Monochromatic Colors of #AF4DFC
Black with #AF4DFC
Text Example
Text Example
White with #AF4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DFC; }
p { color: rgb(175,77,252); }
H1.HeaderClassName
{
color: #AF4DFC;
}
.AnyTagClassName
{
color: #AF4DFC;
}
</style>
background-color css
<style>
a { background-color: #AF4DFC; }
a { background-color: rgb(175,77,252); }
div.DivClassName
{
background-color: #AF4DFC;
}
.BgClassName
{
background-color: #AF4DFC;
}
</style>
border-color css
<style>
span { border-color: #AF4DFC; }
span { border-color: rgb(175,77,252); }
td.TdClassName
{
border-color: #AF4DFC;
}
.TagClassName
{
border-color: #AF4DFC;
}
</style>