Shades of Medium Orchid #AF62C3
Tints of Medium Orchid #AF62C3
RGB
CMYK
RGB Variations
Color information
#AF62C3 (or 0xAF62C3) is known color: Medium Orchid. HEX triplet: AF, 62 and C3. RGB value is (175,98,195). Sum of RGB (Red+Green+Blue) = 175+98+195=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF62C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62C3 is #509D3C. Grayscale: #838383. Windows color (decimal): -5283133 or 12804783. OLE color: 12804783.
HSL color Cylindrical-coordinate representation of color #AF62C3: hue angle of 287.63º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF62C3 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 98 | 195 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.24 |
| HSL | 287.63º | 0.45% | 0.57% | - |
| HSV(B) | 287.63º | 0.5% | 0.76% | - |
| XYZ | 31.9 | 21.79 | 54.15 | - |
| YUV | 132.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 195 | 0.10 | 0.50 | 0 | 0.24 | 287.63 | 0.45 | 0.57 |
| Hex | AF | 62 | C3 | A | 32 | 0 | 18 | 120 | 2D | 39 |
| Octal | 257 | 142 | 303 | 12 | 62 | 0 | 30 | 440 | 55 | 71 |
| Binary | 10101111 | 1100010 | 11000011 | 1010 | 110010 | 0 | 11000 | 100100000 | 101101 | 111001 |
Color Harmonies of #AF62C3
Complementary color
Monochromatic Colors of #AF62C3
Black with #AF62C3
Text Example
Text Example
White with #AF62C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62C3; }
p { color: rgb(175,98,195); }
H1.HeaderClassName
{
color: #AF62C3;
}
.AnyTagClassName
{
color: #AF62C3;
}
</style>
background-color css
<style>
a { background-color: #AF62C3; }
a { background-color: rgb(175,98,195); }
div.DivClassName
{
background-color: #AF62C3;
}
.BgClassName
{
background-color: #AF62C3;
}
</style>
border-color css
<style>
span { border-color: #AF62C3; }
span { border-color: rgb(175,98,195); }
td.TdClassName
{
border-color: #AF62C3;
}
.TagClassName
{
border-color: #AF62C3;
}
</style>