Shades of Medium Orchid #AF5FEA
Tints of Medium Orchid #AF5FEA
RGB
CMYK
RGB Variations
Color information
#AF5FEA (or 0xAF5FEA) is known color: Medium Orchid. HEX triplet: AF, 5F and EA. RGB value is (175,95,234). Sum of RGB (Red+Green+Blue) = 175+95+234=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FEA is #50A015. Grayscale: #868686. Windows color (decimal): -5283862 or 15359919. OLE color: 15359919.
HSL color Cylindrical-coordinate representation of color #AF5FEA: hue angle of 274.53º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5FEA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 95 | 234 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.08 |
| HSL | 274.53º | 0.77% | 0.65% | - |
| HSV(B) | 274.53º | 0.59% | 0.92% | - |
| XYZ | 36.62 | 23.24 | 80.4 | - |
| YUV | 134.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 234 | 0.25 | 0.59 | 0 | 0.08 | 274.53 | 0.77 | 0.65 |
| Hex | AF | 5F | EA | 19 | 3B | 0 | 8 | 113 | 4D | 41 |
| Octal | 257 | 137 | 352 | 31 | 73 | 0 | 10 | 423 | 115 | 101 |
| Binary | 10101111 | 1011111 | 11101010 | 11001 | 111011 | 0 | 1000 | 100010011 | 1001101 | 1000001 |
Color Harmonies of #AF5FEA
Complementary color
Monochromatic Colors of #AF5FEA
Black with #AF5FEA
Text Example
Text Example
White with #AF5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FEA; }
p { color: rgb(175,95,234); }
H1.HeaderClassName
{
color: #AF5FEA;
}
.AnyTagClassName
{
color: #AF5FEA;
}
</style>
background-color css
<style>
a { background-color: #AF5FEA; }
a { background-color: rgb(175,95,234); }
div.DivClassName
{
background-color: #AF5FEA;
}
.BgClassName
{
background-color: #AF5FEA;
}
</style>
border-color css
<style>
span { border-color: #AF5FEA; }
span { border-color: rgb(175,95,234); }
td.TdClassName
{
border-color: #AF5FEA;
}
.TagClassName
{
border-color: #AF5FEA;
}
</style>