Shades of Medium Orchid #AF60EA
Tints of Medium Orchid #AF60EA
RGB
CMYK
RGB Variations
Color information
#AF60EA (or 0xAF60EA) is known color: Medium Orchid. HEX triplet: AF, 60 and EA. RGB value is (175,96,234). Sum of RGB (Red+Green+Blue) = 175+96+234=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60EA is #509F15. Grayscale: #868686. Windows color (decimal): -5283606 or 15360175. OLE color: 15360175.
HSL color Cylindrical-coordinate representation of color #AF60EA: hue angle of 274.35º 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 #AF60EA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 96 | 234 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.08 |
| HSL | 274.35º | 0.77% | 0.65% | - |
| HSV(B) | 274.35º | 0.59% | 0.92% | - |
| XYZ | 36.71 | 23.42 | 80.43 | - |
| YUV | 135.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 234 | 0.25 | 0.59 | 0 | 0.08 | 274.35 | 0.77 | 0.65 |
| Hex | AF | 60 | EA | 19 | 3B | 0 | 8 | 112 | 4D | 41 |
| Octal | 257 | 140 | 352 | 31 | 73 | 0 | 10 | 422 | 115 | 101 |
| Binary | 10101111 | 1100000 | 11101010 | 11001 | 111011 | 0 | 1000 | 100010010 | 1001101 | 1000001 |
Color Harmonies of #AF60EA
Complementary color
Monochromatic Colors of #AF60EA
Black with #AF60EA
Text Example
Text Example
White with #AF60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60EA; }
p { color: rgb(175,96,234); }
H1.HeaderClassName
{
color: #AF60EA;
}
.AnyTagClassName
{
color: #AF60EA;
}
</style>
background-color css
<style>
a { background-color: #AF60EA; }
a { background-color: rgb(175,96,234); }
div.DivClassName
{
background-color: #AF60EA;
}
.BgClassName
{
background-color: #AF60EA;
}
</style>
border-color css
<style>
span { border-color: #AF60EA; }
span { border-color: rgb(175,96,234); }
td.TdClassName
{
border-color: #AF60EA;
}
.TagClassName
{
border-color: #AF60EA;
}
</style>