Shades of Medium Orchid #AF5FE7
Tints of Medium Orchid #AF5FE7
RGB
CMYK
RGB Variations
Color information
#AF5FE7 (or 0xAF5FE7) is known color: Medium Orchid. HEX triplet: AF, 5F and E7. RGB value is (175,95,231). Sum of RGB (Red+Green+Blue) = 175+95+231=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF5FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FE7 is #50A018. Grayscale: #858585. Windows color (decimal): -5283865 or 15163311. OLE color: 15163311.
HSL color Cylindrical-coordinate representation of color #AF5FE7: hue angle of 275.29º 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 #AF5FE7 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 95 | 231 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.09 |
| HSL | 275.29º | 0.74% | 0.64% | - |
| HSV(B) | 275.29º | 0.59% | 0.91% | - |
| XYZ | 36.2 | 23.07 | 78.15 | - |
| YUV | 134.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 231 | 0.24 | 0.59 | 0 | 0.09 | 275.29 | 0.74 | 0.64 |
| Hex | AF | 5F | E7 | 18 | 3B | 0 | 9 | 113 | 4A | 40 |
| Octal | 257 | 137 | 347 | 30 | 73 | 0 | 11 | 423 | 112 | 100 |
| Binary | 10101111 | 1011111 | 11100111 | 11000 | 111011 | 0 | 1001 | 100010011 | 1001010 | 1000000 |
Color Harmonies of #AF5FE7
Complementary color
Monochromatic Colors of #AF5FE7
Black with #AF5FE7
Text Example
Text Example
White with #AF5FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FE7; }
p { color: rgb(175,95,231); }
H1.HeaderClassName
{
color: #AF5FE7;
}
.AnyTagClassName
{
color: #AF5FE7;
}
</style>
background-color css
<style>
a { background-color: #AF5FE7; }
a { background-color: rgb(175,95,231); }
div.DivClassName
{
background-color: #AF5FE7;
}
.BgClassName
{
background-color: #AF5FE7;
}
</style>
border-color css
<style>
span { border-color: #AF5FE7; }
span { border-color: rgb(175,95,231); }
td.TdClassName
{
border-color: #AF5FE7;
}
.TagClassName
{
border-color: #AF5FE7;
}
</style>