Shades of Medium Orchid #AF62E8
Tints of Medium Orchid #AF62E8
RGB
CMYK
RGB Variations
Color information
#AF62E8 (or 0xAF62E8) is known color: Medium Orchid. HEX triplet: AF, 62 and E8. RGB value is (175,98,232). Sum of RGB (Red+Green+Blue) = 175+98+232=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF62E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF62E8 is #509D17. Grayscale: #878787. Windows color (decimal): -5283096 or 15229615. OLE color: 15229615.
HSL color Cylindrical-coordinate representation of color #AF62E8: hue angle of 274.48º degrees, saturation: 0.74, 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 #AF62E8 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 98 | 232 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.09 |
| HSL | 274.48º | 0.74% | 0.65% | - |
| HSV(B) | 274.48º | 0.58% | 0.91% | - |
| XYZ | 36.61 | 23.68 | 78.98 | - |
| YUV | 136.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 232 | 0.25 | 0.58 | 0 | 0.09 | 274.48 | 0.74 | 0.65 |
| Hex | AF | 62 | E8 | 19 | 3A | 0 | 9 | 112 | 4A | 41 |
| Octal | 257 | 142 | 350 | 31 | 72 | 0 | 11 | 422 | 112 | 101 |
| Binary | 10101111 | 1100010 | 11101000 | 11001 | 111010 | 0 | 1001 | 100010010 | 1001010 | 1000001 |
Color Harmonies of #AF62E8
Complementary color
Monochromatic Colors of #AF62E8
Black with #AF62E8
Text Example
Text Example
White with #AF62E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62E8; }
p { color: rgb(175,98,232); }
H1.HeaderClassName
{
color: #AF62E8;
}
.AnyTagClassName
{
color: #AF62E8;
}
</style>
background-color css
<style>
a { background-color: #AF62E8; }
a { background-color: rgb(175,98,232); }
div.DivClassName
{
background-color: #AF62E8;
}
.BgClassName
{
background-color: #AF62E8;
}
</style>
border-color css
<style>
span { border-color: #AF62E8; }
span { border-color: rgb(175,98,232); }
td.TdClassName
{
border-color: #AF62E8;
}
.TagClassName
{
border-color: #AF62E8;
}
</style>