Shades of Medium Orchid #AF54EA
Tints of Medium Orchid #AF54EA
RGB
CMYK
RGB Variations
Color information
#AF54EA (or 0xAF54EA) is known color: Medium Orchid. HEX triplet: AF, 54 and EA. RGB value is (175,84,234). Sum of RGB (Red+Green+Blue) = 175+84+234=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF54EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54EA is #50AB15. Grayscale: #7F7F7F. Windows color (decimal): -5286678 or 15357103. OLE color: 15357103.
HSL color Cylindrical-coordinate representation of color #AF54EA: hue angle of 276.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF54EA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 84 | 234 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.08 |
| HSL | 276.4º | 0.78% | 0.62% | - |
| HSV(B) | 276.4º | 0.64% | 0.92% | - |
| XYZ | 35.7 | 21.4 | 80.09 | - |
| YUV | 128.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 234 | 0.25 | 0.64 | 0 | 0.08 | 276.4 | 0.78 | 0.62 |
| Hex | AF | 54 | EA | 19 | 40 | 0 | 8 | 114 | 4E | 3E |
| Octal | 257 | 124 | 352 | 31 | 100 | 0 | 10 | 424 | 116 | 76 |
| Binary | 10101111 | 1010100 | 11101010 | 11001 | 1000000 | 0 | 1000 | 100010100 | 1001110 | 111110 |
Color Harmonies of #AF54EA
Complementary color
Monochromatic Colors of #AF54EA
Black with #AF54EA
Text Example
Text Example
White with #AF54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54EA; }
p { color: rgb(175,84,234); }
H1.HeaderClassName
{
color: #AF54EA;
}
.AnyTagClassName
{
color: #AF54EA;
}
</style>
background-color css
<style>
a { background-color: #AF54EA; }
a { background-color: rgb(175,84,234); }
div.DivClassName
{
background-color: #AF54EA;
}
.BgClassName
{
background-color: #AF54EA;
}
</style>
border-color css
<style>
span { border-color: #AF54EA; }
span { border-color: rgb(175,84,234); }
td.TdClassName
{
border-color: #AF54EA;
}
.TagClassName
{
border-color: #AF54EA;
}
</style>