Shades of Medium Orchid #AF4DF0
Tints of Medium Orchid #AF4DF0
RGB
CMYK
RGB Variations
Color information
#AF4DF0 (or 0xAF4DF0) is known color: Medium Orchid. HEX triplet: AF, 4D and F0. RGB value is (175,77,240). Sum of RGB (Red+Green+Blue) = 175+77+240=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF4DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DF0 is #50B20F. Grayscale: #7C7C7C. Windows color (decimal): -5288464 or 15748527. OLE color: 15748527.
HSL color Cylindrical-coordinate representation of color #AF4DF0: hue angle of 276.07º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4DF0 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 77 | 240 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.06 |
| HSL | 276.07º | 0.84% | 0.62% | - |
| HSV(B) | 276.07º | 0.68% | 0.94% | - |
| XYZ | 36.06 | 20.71 | 84.54 | - |
| YUV | 124.88 | 192.97 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 240 | 0.27 | 0.68 | 0 | 0.06 | 276.07 | 0.84 | 0.62 |
| Hex | AF | 4D | F0 | 1B | 44 | 0 | 6 | 114 | 54 | 3E |
| Octal | 257 | 115 | 360 | 33 | 104 | 0 | 6 | 424 | 124 | 76 |
| Binary | 10101111 | 1001101 | 11110000 | 11011 | 1000100 | 0 | 110 | 100010100 | 1010100 | 111110 |
Color Harmonies of #AF4DF0
Complementary color
Monochromatic Colors of #AF4DF0
Black with #AF4DF0
Text Example
Text Example
White with #AF4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DF0; }
p { color: rgb(175,77,240); }
H1.HeaderClassName
{
color: #AF4DF0;
}
.AnyTagClassName
{
color: #AF4DF0;
}
</style>
background-color css
<style>
a { background-color: #AF4DF0; }
a { background-color: rgb(175,77,240); }
div.DivClassName
{
background-color: #AF4DF0;
}
.BgClassName
{
background-color: #AF4DF0;
}
</style>
border-color css
<style>
span { border-color: #AF4DF0; }
span { border-color: rgb(175,77,240); }
td.TdClassName
{
border-color: #AF4DF0;
}
.TagClassName
{
border-color: #AF4DF0;
}
</style>