Shades of Medium Orchid #AF61E8
Tints of Medium Orchid #AF61E8
RGB
CMYK
RGB Variations
Color information
#AF61E8 (or 0xAF61E8) is known color: Medium Orchid. HEX triplet: AF, 61 and E8. RGB value is (175,97,232). Sum of RGB (Red+Green+Blue) = 175+97+232=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF61E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61E8 is #509E17. Grayscale: #878787. Windows color (decimal): -5283352 or 15229359. OLE color: 15229359.
HSL color Cylindrical-coordinate representation of color #AF61E8: hue angle of 274.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF61E8 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 97 | 232 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.09 |
| HSL | 274.67º | 0.75% | 0.65% | - |
| HSV(B) | 274.67º | 0.58% | 0.91% | - |
| XYZ | 36.52 | 23.49 | 78.95 | - |
| YUV | 135.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 232 | 0.25 | 0.58 | 0 | 0.09 | 274.67 | 0.75 | 0.65 |
| Hex | AF | 61 | E8 | 19 | 3A | 0 | 9 | 113 | 4B | 41 |
| Octal | 257 | 141 | 350 | 31 | 72 | 0 | 11 | 423 | 113 | 101 |
| Binary | 10101111 | 1100001 | 11101000 | 11001 | 111010 | 0 | 1001 | 100010011 | 1001011 | 1000001 |
Color Harmonies of #AF61E8
Complementary color
Monochromatic Colors of #AF61E8
Black with #AF61E8
Text Example
Text Example
White with #AF61E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF61E8; }
p { color: rgb(175,97,232); }
H1.HeaderClassName
{
color: #AF61E8;
}
.AnyTagClassName
{
color: #AF61E8;
}
</style>
background-color css
<style>
a { background-color: #AF61E8; }
a { background-color: rgb(175,97,232); }
div.DivClassName
{
background-color: #AF61E8;
}
.BgClassName
{
background-color: #AF61E8;
}
</style>
border-color css
<style>
span { border-color: #AF61E8; }
span { border-color: rgb(175,97,232); }
td.TdClassName
{
border-color: #AF61E8;
}
.TagClassName
{
border-color: #AF61E8;
}
</style>