Shades of Medium Orchid #AF43C7
Tints of Medium Orchid #AF43C7
RGB
CMYK
RGB Variations
Color information
#AF43C7 (or 0xAF43C7) is known color: Medium Orchid. HEX triplet: AF, 43 and C7. RGB value is (175,67,199). Sum of RGB (Red+Green+Blue) = 175+67+199=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF43C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43C7 is #50BC38. Grayscale: #717171. Windows color (decimal): -5291065 or 13058991. OLE color: 13058991.
HSL color Cylindrical-coordinate representation of color #AF43C7: hue angle of 289.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF43C7 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 67 | 199 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.22 |
| HSL | 289.09º | 0.54% | 0.52% | - |
| HSV(B) | 289.09º | 0.66% | 0.78% | - |
| XYZ | 30 | 17.25 | 55.78 | - |
| YUV | 114.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 199 | 0.12 | 0.66 | 0 | 0.22 | 289.09 | 0.54 | 0.52 |
| Hex | AF | 43 | C7 | C | 42 | 0 | 16 | 121 | 36 | 34 |
| Octal | 257 | 103 | 307 | 14 | 102 | 0 | 26 | 441 | 66 | 64 |
| Binary | 10101111 | 1000011 | 11000111 | 1100 | 1000010 | 0 | 10110 | 100100001 | 110110 | 110100 |
Color Harmonies of #AF43C7
Complementary color
Monochromatic Colors of #AF43C7
Black with #AF43C7
Text Example
Text Example
White with #AF43C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43C7; }
p { color: rgb(175,67,199); }
H1.HeaderClassName
{
color: #AF43C7;
}
.AnyTagClassName
{
color: #AF43C7;
}
</style>
background-color css
<style>
a { background-color: #AF43C7; }
a { background-color: rgb(175,67,199); }
div.DivClassName
{
background-color: #AF43C7;
}
.BgClassName
{
background-color: #AF43C7;
}
</style>
border-color css
<style>
span { border-color: #AF43C7; }
span { border-color: rgb(175,67,199); }
td.TdClassName
{
border-color: #AF43C7;
}
.TagClassName
{
border-color: #AF43C7;
}
</style>