Shades of Medium Orchid #AF5BE3
Tints of Medium Orchid #AF5BE3
RGB
CMYK
RGB Variations
Color information
#AF5BE3 (or 0xAF5BE3) is known color: Medium Orchid. HEX triplet: AF, 5B and E3. RGB value is (175,91,227). Sum of RGB (Red+Green+Blue) = 175+91+227=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF5BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BE3 is #50A41C. Grayscale: #838383. Windows color (decimal): -5284893 or 14900143. OLE color: 14900143.
HSL color Cylindrical-coordinate representation of color #AF5BE3: hue angle of 277.06º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5BE3 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 91 | 227 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.11 |
| HSL | 277.06º | 0.71% | 0.62% | - |
| HSV(B) | 277.06º | 0.6% | 0.89% | - |
| XYZ | 35.29 | 22.14 | 75.09 | - |
| YUV | 131.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 227 | 0.23 | 0.60 | 0 | 0.11 | 277.06 | 0.71 | 0.62 |
| Hex | AF | 5B | E3 | 17 | 3C | 0 | B | 115 | 47 | 3E |
| Octal | 257 | 133 | 343 | 27 | 74 | 0 | 13 | 425 | 107 | 76 |
| Binary | 10101111 | 1011011 | 11100011 | 10111 | 111100 | 0 | 1011 | 100010101 | 1000111 | 111110 |
Color Harmonies of #AF5BE3
Complementary color
Monochromatic Colors of #AF5BE3
Black with #AF5BE3
Text Example
Text Example
White with #AF5BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BE3; }
p { color: rgb(175,91,227); }
H1.HeaderClassName
{
color: #AF5BE3;
}
.AnyTagClassName
{
color: #AF5BE3;
}
</style>
background-color css
<style>
a { background-color: #AF5BE3; }
a { background-color: rgb(175,91,227); }
div.DivClassName
{
background-color: #AF5BE3;
}
.BgClassName
{
background-color: #AF5BE3;
}
</style>
border-color css
<style>
span { border-color: #AF5BE3; }
span { border-color: rgb(175,91,227); }
td.TdClassName
{
border-color: #AF5BE3;
}
.TagClassName
{
border-color: #AF5BE3;
}
</style>