Shades of Medium Orchid #AF5CE7
Tints of Medium Orchid #AF5CE7
RGB
CMYK
RGB Variations
Color information
#AF5CE7 (or 0xAF5CE7) is known color: Medium Orchid. HEX triplet: AF, 5C and E7. RGB value is (175,92,231). Sum of RGB (Red+Green+Blue) = 175+92+231=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF5CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CE7 is #50A318. Grayscale: #848484. Windows color (decimal): -5284633 or 15162543. OLE color: 15162543.
HSL color Cylindrical-coordinate representation of color #AF5CE7: hue angle of 275.83º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5CE7 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 92 | 231 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.09 |
| HSL | 275.83º | 0.74% | 0.63% | - |
| HSV(B) | 275.83º | 0.6% | 0.91% | - |
| XYZ | 35.93 | 22.54 | 78.06 | - |
| YUV | 132.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 231 | 0.24 | 0.60 | 0 | 0.09 | 275.83 | 0.74 | 0.63 |
| Hex | AF | 5C | E7 | 18 | 3C | 0 | 9 | 114 | 4A | 3F |
| Octal | 257 | 134 | 347 | 30 | 74 | 0 | 11 | 424 | 112 | 77 |
| Binary | 10101111 | 1011100 | 11100111 | 11000 | 111100 | 0 | 1001 | 100010100 | 1001010 | 111111 |
Color Harmonies of #AF5CE7
Complementary color
Monochromatic Colors of #AF5CE7
Black with #AF5CE7
Text Example
Text Example
White with #AF5CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CE7; }
p { color: rgb(175,92,231); }
H1.HeaderClassName
{
color: #AF5CE7;
}
.AnyTagClassName
{
color: #AF5CE7;
}
</style>
background-color css
<style>
a { background-color: #AF5CE7; }
a { background-color: rgb(175,92,231); }
div.DivClassName
{
background-color: #AF5CE7;
}
.BgClassName
{
background-color: #AF5CE7;
}
</style>
border-color css
<style>
span { border-color: #AF5CE7; }
span { border-color: rgb(175,92,231); }
td.TdClassName
{
border-color: #AF5CE7;
}
.TagClassName
{
border-color: #AF5CE7;
}
</style>