Shades of Medium Orchid #AF5EE7
Tints of Medium Orchid #AF5EE7
RGB
CMYK
RGB Variations
Color information
#AF5EE7 (or 0xAF5EE7) is known color: Medium Orchid. HEX triplet: AF, 5E and E7. RGB value is (175,94,231). Sum of RGB (Red+Green+Blue) = 175+94+231=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF5EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EE7 is #50A118. Grayscale: #858585. Windows color (decimal): -5284121 or 15163055. OLE color: 15163055.
HSL color Cylindrical-coordinate representation of color #AF5EE7: hue angle of 275.47º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5EE7 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 94 | 231 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.09 |
| HSL | 275.47º | 0.74% | 0.64% | - |
| HSV(B) | 275.47º | 0.59% | 0.91% | - |
| XYZ | 36.11 | 22.89 | 78.12 | - |
| YUV | 133.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 231 | 0.24 | 0.59 | 0 | 0.09 | 275.47 | 0.74 | 0.64 |
| Hex | AF | 5E | E7 | 18 | 3B | 0 | 9 | 113 | 4A | 40 |
| Octal | 257 | 136 | 347 | 30 | 73 | 0 | 11 | 423 | 112 | 100 |
| Binary | 10101111 | 1011110 | 11100111 | 11000 | 111011 | 0 | 1001 | 100010011 | 1001010 | 1000000 |
Color Harmonies of #AF5EE7
Complementary color
Monochromatic Colors of #AF5EE7
Black with #AF5EE7
Text Example
Text Example
White with #AF5EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EE7; }
p { color: rgb(175,94,231); }
H1.HeaderClassName
{
color: #AF5EE7;
}
.AnyTagClassName
{
color: #AF5EE7;
}
</style>
background-color css
<style>
a { background-color: #AF5EE7; }
a { background-color: rgb(175,94,231); }
div.DivClassName
{
background-color: #AF5EE7;
}
.BgClassName
{
background-color: #AF5EE7;
}
</style>
border-color css
<style>
span { border-color: #AF5EE7; }
span { border-color: rgb(175,94,231); }
td.TdClassName
{
border-color: #AF5EE7;
}
.TagClassName
{
border-color: #AF5EE7;
}
</style>