Shades of Medium Orchid #AF5BEA
Tints of Medium Orchid #AF5BEA
RGB
CMYK
RGB Variations
Color information
#AF5BEA (or 0xAF5BEA) is known color: Medium Orchid. HEX triplet: AF, 5B and EA. RGB value is (175,91,234). Sum of RGB (Red+Green+Blue) = 175+91+234=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF5BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BEA is #50A415. Grayscale: #838383. Windows color (decimal): -5284886 or 15358895. OLE color: 15358895.
HSL color Cylindrical-coordinate representation of color #AF5BEA: hue angle of 275.24º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5BEA is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 91 | 234 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.08 |
| HSL | 275.24º | 0.77% | 0.64% | - |
| HSV(B) | 275.24º | 0.61% | 0.92% | - |
| XYZ | 36.27 | 22.54 | 80.28 | - |
| YUV | 132.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 234 | 0.25 | 0.61 | 0 | 0.08 | 275.24 | 0.77 | 0.64 |
| Hex | AF | 5B | EA | 19 | 3D | 0 | 8 | 113 | 4D | 40 |
| Octal | 257 | 133 | 352 | 31 | 75 | 0 | 10 | 423 | 115 | 100 |
| Binary | 10101111 | 1011011 | 11101010 | 11001 | 111101 | 0 | 1000 | 100010011 | 1001101 | 1000000 |
Color Harmonies of #AF5BEA
Complementary color
Monochromatic Colors of #AF5BEA
Black with #AF5BEA
Text Example
Text Example
White with #AF5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BEA; }
p { color: rgb(175,91,234); }
H1.HeaderClassName
{
color: #AF5BEA;
}
.AnyTagClassName
{
color: #AF5BEA;
}
</style>
background-color css
<style>
a { background-color: #AF5BEA; }
a { background-color: rgb(175,91,234); }
div.DivClassName
{
background-color: #AF5BEA;
}
.BgClassName
{
background-color: #AF5BEA;
}
</style>
border-color css
<style>
span { border-color: #AF5BEA; }
span { border-color: rgb(175,91,234); }
td.TdClassName
{
border-color: #AF5BEA;
}
.TagClassName
{
border-color: #AF5BEA;
}
</style>