Shades of Medium Orchid #AF62D5
Tints of Medium Orchid #AF62D5
RGB
CMYK
RGB Variations
Color information
#AF62D5 (or 0xAF62D5) is known color: Medium Orchid. HEX triplet: AF, 62 and D5. RGB value is (175,98,213). Sum of RGB (Red+Green+Blue) = 175+98+213=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF62D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62D5 is #509D2A. Grayscale: #858585. Windows color (decimal): -5283115 or 13984431. OLE color: 13984431.
HSL color Cylindrical-coordinate representation of color #AF62D5: hue angle of 280.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF62D5 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 98 | 213 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.16 |
| HSL | 280.17º | 0.58% | 0.61% | - |
| HSV(B) | 280.17º | 0.54% | 0.84% | - |
| XYZ | 34.06 | 22.65 | 65.53 | - |
| YUV | 134.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 213 | 0.18 | 0.54 | 0 | 0.16 | 280.17 | 0.58 | 0.61 |
| Hex | AF | 62 | D5 | 12 | 36 | 0 | 10 | 118 | 3A | 3D |
| Octal | 257 | 142 | 325 | 22 | 66 | 0 | 20 | 430 | 72 | 75 |
| Binary | 10101111 | 1100010 | 11010101 | 10010 | 110110 | 0 | 10000 | 100011000 | 111010 | 111101 |
Color Harmonies of #AF62D5
Complementary color
Monochromatic Colors of #AF62D5
Black with #AF62D5
Text Example
Text Example
White with #AF62D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62D5; }
p { color: rgb(175,98,213); }
H1.HeaderClassName
{
color: #AF62D5;
}
.AnyTagClassName
{
color: #AF62D5;
}
</style>
background-color css
<style>
a { background-color: #AF62D5; }
a { background-color: rgb(175,98,213); }
div.DivClassName
{
background-color: #AF62D5;
}
.BgClassName
{
background-color: #AF62D5;
}
</style>
border-color css
<style>
span { border-color: #AF62D5; }
span { border-color: rgb(175,98,213); }
td.TdClassName
{
border-color: #AF62D5;
}
.TagClassName
{
border-color: #AF62D5;
}
</style>