Shades of Medium Orchid #AF46C5
Tints of Medium Orchid #AF46C5
RGB
CMYK
RGB Variations
Color information
#AF46C5 (or 0xAF46C5) is known color: Medium Orchid. HEX triplet: AF, 46 and C5. RGB value is (175,70,197). Sum of RGB (Red+Green+Blue) = 175+70+197=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF46C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46C5 is #50B93A. Grayscale: #737373. Windows color (decimal): -5290299 or 12928687. OLE color: 12928687.
HSL color Cylindrical-coordinate representation of color #AF46C5: hue angle of 289.61º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF46C5 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 70 | 197 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.23 |
| HSL | 289.61º | 0.52% | 0.52% | - |
| HSV(B) | 289.61º | 0.64% | 0.77% | - |
| XYZ | 29.95 | 17.53 | 54.63 | - |
| YUV | 115.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 197 | 0.11 | 0.64 | 0 | 0.23 | 289.61 | 0.52 | 0.52 |
| Hex | AF | 46 | C5 | B | 40 | 0 | 17 | 122 | 34 | 34 |
| Octal | 257 | 106 | 305 | 13 | 100 | 0 | 27 | 442 | 64 | 64 |
| Binary | 10101111 | 1000110 | 11000101 | 1011 | 1000000 | 0 | 10111 | 100100010 | 110100 | 110100 |
Color Harmonies of #AF46C5
Complementary color
Monochromatic Colors of #AF46C5
Black with #AF46C5
Text Example
Text Example
White with #AF46C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46C5; }
p { color: rgb(175,70,197); }
H1.HeaderClassName
{
color: #AF46C5;
}
.AnyTagClassName
{
color: #AF46C5;
}
</style>
background-color css
<style>
a { background-color: #AF46C5; }
a { background-color: rgb(175,70,197); }
div.DivClassName
{
background-color: #AF46C5;
}
.BgClassName
{
background-color: #AF46C5;
}
</style>
border-color css
<style>
span { border-color: #AF46C5; }
span { border-color: rgb(175,70,197); }
td.TdClassName
{
border-color: #AF46C5;
}
.TagClassName
{
border-color: #AF46C5;
}
</style>