Shades of Medium Orchid #AF4EF0
Tints of Medium Orchid #AF4EF0
RGB
CMYK
RGB Variations
Color information
#AF4EF0 (or 0xAF4EF0) is known color: Medium Orchid. HEX triplet: AF, 4E and F0. RGB value is (175,78,240). Sum of RGB (Red+Green+Blue) = 175+78+240=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF4EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EF0 is #50B10F. Grayscale: #7C7C7C. Windows color (decimal): -5288208 or 15748783. OLE color: 15748783.
HSL color Cylindrical-coordinate representation of color #AF4EF0: hue angle of 275.93º 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 #AF4EF0 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 78 | 240 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.06 |
| HSL | 275.93º | 0.84% | 0.62% | - |
| HSV(B) | 275.93º | 0.68% | 0.94% | - |
| XYZ | 36.13 | 20.85 | 84.56 | - |
| YUV | 125.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 240 | 0.27 | 0.68 | 0 | 0.06 | 275.93 | 0.84 | 0.62 |
| Hex | AF | 4E | F0 | 1B | 44 | 0 | 6 | 114 | 54 | 3E |
| Octal | 257 | 116 | 360 | 33 | 104 | 0 | 6 | 424 | 124 | 76 |
| Binary | 10101111 | 1001110 | 11110000 | 11011 | 1000100 | 0 | 110 | 100010100 | 1010100 | 111110 |
Color Harmonies of #AF4EF0
Complementary color
Monochromatic Colors of #AF4EF0
Black with #AF4EF0
Text Example
Text Example
White with #AF4EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EF0; }
p { color: rgb(175,78,240); }
H1.HeaderClassName
{
color: #AF4EF0;
}
.AnyTagClassName
{
color: #AF4EF0;
}
</style>
background-color css
<style>
a { background-color: #AF4EF0; }
a { background-color: rgb(175,78,240); }
div.DivClassName
{
background-color: #AF4EF0;
}
.BgClassName
{
background-color: #AF4EF0;
}
</style>
border-color css
<style>
span { border-color: #AF4EF0; }
span { border-color: rgb(175,78,240); }
td.TdClassName
{
border-color: #AF4EF0;
}
.TagClassName
{
border-color: #AF4EF0;
}
</style>