Shades of Medium Orchid #AF61EA
Tints of Medium Orchid #AF61EA
RGB
CMYK
RGB Variations
Color information
#AF61EA (or 0xAF61EA) is known color: Medium Orchid. HEX triplet: AF, 61 and EA. RGB value is (175,97,234). Sum of RGB (Red+Green+Blue) = 175+97+234=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF61EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61EA is #509E15. Grayscale: #878787. Windows color (decimal): -5283350 or 15360431. OLE color: 15360431.
HSL color Cylindrical-coordinate representation of color #AF61EA: hue angle of 274.16º 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 #AF61EA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 97 | 234 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.08 |
| HSL | 274.16º | 0.77% | 0.65% | - |
| HSV(B) | 274.16º | 0.59% | 0.92% | - |
| XYZ | 36.81 | 23.6 | 80.46 | - |
| YUV | 135.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 234 | 0.25 | 0.59 | 0 | 0.08 | 274.16 | 0.77 | 0.65 |
| Hex | AF | 61 | EA | 19 | 3B | 0 | 8 | 112 | 4D | 41 |
| Octal | 257 | 141 | 352 | 31 | 73 | 0 | 10 | 422 | 115 | 101 |
| Binary | 10101111 | 1100001 | 11101010 | 11001 | 111011 | 0 | 1000 | 100010010 | 1001101 | 1000001 |
Color Harmonies of #AF61EA
Complementary color
Monochromatic Colors of #AF61EA
Black with #AF61EA
Text Example
Text Example
White with #AF61EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF61EA; }
p { color: rgb(175,97,234); }
H1.HeaderClassName
{
color: #AF61EA;
}
.AnyTagClassName
{
color: #AF61EA;
}
</style>
background-color css
<style>
a { background-color: #AF61EA; }
a { background-color: rgb(175,97,234); }
div.DivClassName
{
background-color: #AF61EA;
}
.BgClassName
{
background-color: #AF61EA;
}
</style>
border-color css
<style>
span { border-color: #AF61EA; }
span { border-color: rgb(175,97,234); }
td.TdClassName
{
border-color: #AF61EA;
}
.TagClassName
{
border-color: #AF61EA;
}
</style>