Shades of Medium Orchid #AF53EA
Tints of Medium Orchid #AF53EA
RGB
CMYK
RGB Variations
Color information
#AF53EA (or 0xAF53EA) is known color: Medium Orchid. HEX triplet: AF, 53 and EA. RGB value is (175,83,234). Sum of RGB (Red+Green+Blue) = 175+83+234=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF53EA is #50AC15. Grayscale: #7F7F7F. Windows color (decimal): -5286934 or 15356847. OLE color: 15356847.
HSL color Cylindrical-coordinate representation of color #AF53EA: hue angle of 276.56º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF53EA is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 83 | 234 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.08 |
| HSL | 276.56º | 0.78% | 0.62% | - |
| HSV(B) | 276.56º | 0.65% | 0.92% | - |
| XYZ | 35.62 | 21.24 | 80.06 | - |
| YUV | 127.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 234 | 0.25 | 0.65 | 0 | 0.08 | 276.56 | 0.78 | 0.62 |
| Hex | AF | 53 | EA | 19 | 41 | 0 | 8 | 115 | 4E | 3E |
| Octal | 257 | 123 | 352 | 31 | 101 | 0 | 10 | 425 | 116 | 76 |
| Binary | 10101111 | 1010011 | 11101010 | 11001 | 1000001 | 0 | 1000 | 100010101 | 1001110 | 111110 |
Color Harmonies of #AF53EA
Complementary color
Monochromatic Colors of #AF53EA
Black with #AF53EA
Text Example
Text Example
White with #AF53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF53EA; }
p { color: rgb(175,83,234); }
H1.HeaderClassName
{
color: #AF53EA;
}
.AnyTagClassName
{
color: #AF53EA;
}
</style>
background-color css
<style>
a { background-color: #AF53EA; }
a { background-color: rgb(175,83,234); }
div.DivClassName
{
background-color: #AF53EA;
}
.BgClassName
{
background-color: #AF53EA;
}
</style>
border-color css
<style>
span { border-color: #AF53EA; }
span { border-color: rgb(175,83,234); }
td.TdClassName
{
border-color: #AF53EA;
}
.TagClassName
{
border-color: #AF53EA;
}
</style>